1
0
Fork 0
This commit is contained in:
curt 2003-10-31 03:53:10 +00:00
parent f0f7f07ec9
commit ff17b20b55

View file

@ -286,6 +286,7 @@ while ( <MASTER> ) {
$thumbinfo = `identify $mdir/$linkname.jpg`;
($name, $type, $geom, $junk) = split(/\s+/, $thumbinfo, 4);
$geom =~ s/\+.*//;
($twidth, $theight) = split(/x/, $geom);
print "movie thumb geom = $geom $twidth $theight\n";