http://qs1969.pair.com?node_id=78388


in reply to Image::Magick

I dont know if it is just my system, but my application took at least twice as long to 'convert' an image usage the PerlMagick than it did to just call the convert binary via a system call. For this reason I had to back out the PerlMagick changes and stay with the system calls. I have no idea why the time difference would be so significant though.