Updates.
This commit is contained in:
parent
f0f7f07ec9
commit
ff17b20b55
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue