Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: Re: Image::Magick woes

by Arbogast (Monk)
on Sep 05, 2003 at 05:15 UTC ( #289110=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Image::Magick woes
in thread Image::Magick woes

I always just call Image::Magick straight, keeps things simple IMO. Dunno if that works for you.

my $command = "identify $file";
my $answer = `$command`;

#strip out info you need from answer with regular expressions

#build up a convert command

$command = "convert + #whatever you need to make convert work#";
system($command);

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2023-05-30 17:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?