Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How to use PERL get the properties of a Flash file

by Illuminatus (Curate)
on Nov 14, 2008 at 20:22 UTC ( [id://723720]=note: print w/replies, xml ) Need Help??


in reply to How to use PERL get the properties of a Flash file

Did you look at Image::ExifTool::Flash?
  • Comment on Re: How to use PERL get the properties of a Flash file

Replies are listed 'Best First'.
Re^2: How to use PERL get the properties of a Flash file
by ikegami (Patriarch) on Nov 14, 2008 at 20:33 UTC
    Tested.
    my $info = ImageInfo($qfn); die "..." if exists($info->{Error}); die "..." if !exists($info->{ImageSize}); my ($x, $y) = $info->{ImageSize} =~ /^(\d+)x(\d+)\z/ or die "...";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://723720]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-19 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found