Any way to speed up converting large TIFs?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ironywrit
Posts: 14
Joined: 2009-06-19T14:07:33-07:00
Authentication code: 8675309

Any way to speed up converting large TIFs?

Post by ironywrit »

I have to batch convert a bunch of TIF images and some how rip normal sized JPG thumbnails for them.

Well, one problem I'm having is that identify and convert are both taking an enormous amount of time to run. I think it took an hour for a single TIF to convert, which is unacceptable.

I just need a thumbnail and a few intermediate images, all JPG ... not quite sure how to reduce the image efficiently. Like, how do you decrease both the resolution and the DPI?

Any help will be appreciated ... this tool is running from a server that converts on the fly from uploads ... so speeding it up is a great necessity.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Any way to speed up converting large TIFs?

Post by fmw42 »

try setting the size while reading in the input for jpgs. see http://www.imagemagick.org/Usage/formats/#jpg_read

also see -limit http://www.imagemagick.org/script/comma ... .php#limit
Post Reply