Where To Find Information??

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
typomaniac

Where To Find Information??

Post by typomaniac »

Hi, I am curious if anyone knows where I might be able to locate any tutorials/code examples/scripts, etc., for PerlMagic. What I'm looking for is information I can use for CGI/Perl scripts for web programming. Seems like finding this type of information is on the difficult side. Thanks--->Have a great day. :)
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Where To Find Information??

Post by anthony »

I second that.

At this time the only information I know of is the Perl Magick API documentation page, and the small 'demo' scripts.

I don't do a lot of perlMagick scripting, but have done some, mostly for searching for image duplicates in a vast library of images, collected from the web. duplicates may have been resized, recolored, partially shaved, spamed, and bordered. But most of my IM work is with the Command Line Interface, which is unsuitable for handling large numebrs of images in this way.

I created the "perl_fx.pl" demo script to demonstrate how you can perform 'fx' like operations in perl, but it is using a very slow "get and process one pixel at a time" method. I have not been able to work out a perl version of "get a scanline at a time" method that is more typically done in the Magick Core C library for implementing processes. It is something I would like to know how to do.

If anyone else can shed some light on, or know of other PerlMagick references, demos, or snippets. I would also be grateful.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply