Source Image Maximum Filesize / Resolution

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
adam.thornton
Posts: 2
Joined: 2011-01-24T03:52:49-07:00
Authentication code: 8675308

Source Image Maximum Filesize / Resolution

Post by adam.thornton »

Hello ImageMagick forum,

I have searched the board and google and cannot find an answer (or even a question) as to what the maximum filesize or resolution is when using ImageMagick.

I have a client that wants to be able to create banners using Imagick on a dedicated apache server which need to be actuall size, which are going to be huge.

Any sort of answer what be greatly apreciated.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Source Image Maximum Filesize / Resolution

Post by anthony »

It depends on your memory and disk caching limits. Note that if memory is too much IM will start using disk cache but will become VERY VERY slow, and should be avoided unless size matters more than time (lots of time).
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Source Image Maximum Filesize / Resolution

Post by magick »

ImageMagick can process images that are giga-pixels in size. We have personally converted images that are 250,000 by 250,000 pixels in size. However, images of that size can takes hours to process.
adam.thornton
Posts: 2
Joined: 2011-01-24T03:52:49-07:00
Authentication code: 8675308

Re: Source Image Maximum Filesize / Resolution

Post by adam.thornton »

Thank you Magick, that answers my question. And keep up the good work, I love Image Magick!
Post Reply