Image Memory Loading

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
ekinox069
Posts: 1
Joined: 2011-05-26T00:52:52-07:00
Authentication code: 8675308

Image Memory Loading

Post by ekinox069 »

Hi everybody,

I want to use ImageMagick to transform many big images (up to 30Mo).
I want to make several transformations on the same image.

What is the comportement of Image magick about Image Memory Loading ?

Does ImageMagick load the image in memory for each tranformation ?
Does ImageMagick keep the image in memery between the tranformations on the same image ?

Thanks !
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Image Memory Loading

Post by magick »

See http://www.imagemagick.org/script/architecture.php. You can force image pixels from memory to disk. Its slower but it ensures a small memory footprint.
Post Reply