Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Dynamic image collages delivered by webserver

by philiprbrenan (Monk)
on Aug 28, 2012 at 12:07 UTC ( [id://990226]=note: print w/replies, xml ) Need Help??


in reply to Dynamic image collages delivered by webserver

Both ImageMagick and GD are compatible with perl 5.10.

If you have ImageMagick installed on your system you can run it like this:

my $imageMagick = "C:/Phil/ImageMagick-6.7.3-Q16/convert.exe"; + # Convert images say for qx($imageMagick \"$source\" -resize x$Y $\"target\");

You can find extensive documentation at: http://www.imagemagick.org/script/command-line-options.php

GD is also excellent. You might try GD::Simple first.

I would suggest you spend time initially with ImageMagick due to its very broad applicability, deep documentation base, and exhaustive list of examples, and then move to GD in the (unlikely) event that you cannot find a solution to a specific problem.

Log In?
Username:
Password:

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

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

    No recent polls found