Search found 2 matches
- 2012-03-08T07:51:39-07:00
- Forum: PerlMagick
- Topic: Convert Command Line script to PerlMagick (flag issues)
- Replies: 0
- Views: 11423
Convert Command Line script to PerlMagick (flag issues)
Hi All, I am trying to convert the following command from the command line, but can't seem to get it working in PerlMagick (don't know if it is even possible). convert image.jpg -crop 3x3@ +repage +adjoin image_3x3@_%d.jpg (http://www.imagemagick.org/Usage/crop/#crop_equal) It takes an image and ...
- 2011-08-04T06:44:14-07:00
- Forum: PerlMagick
- Topic: Issue with PerlMagick and Apache
- Replies: 1
- Views: 12964
Issue with PerlMagick and Apache
Hi All, I am having an issue with PerlMagick with Apache on Snow Leopard. When I run ImageMagick from the command line it works fine. When I run ImageMagick directly from a Perl script (using Image::Magick) it runs fine. The issue comes in when I run it from a Catalyst script online through mod_perl ...