Page 1 of 1

JPEG data to Blob Slow and Large

Posted: 2011-08-17T17:36:47-07:00
by s7726
I'm working with image data coming from a DSLR, the data is ~5Mb in memory and when written to disk. When i try to read it into a Magick::Blob it takes a long time ~25sec and the temp file that ImageMagick creates grows to about ~115Mb. Is there a way to speed up the process and reduce the memory footprint? I'm just using it to make the images smaller for thumbnails. If the colors aren't perfect or it comes out a little blurry I'll be ok.

I'm using the Triangle filter and bringing the images down to 320x240

Thanks