in reply to Image::Magick run around
These days I find Image::Magick pretty solid, so I use it quite a bit. But in the past it used to break quite often, in which case I would use system to run convert or mogrify with the appropriate parameters. You could try that. The overhead of forking a separate process for each image has never seemed to change performances too drastically BTW.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Image::Magick run around
by skelooth (Novice) on May 30, 2008 at 15:08 UTC |