Large Image Size Convertion Fail

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
GmoAvilez

Large Image Size Convertion Fail

Post by GmoAvilez »

Hello, i'm sharepoint developer, i'm using Imagemagik for creating a custom thumbnails for a picture library...
Mi headache is.... i have an image arround 19 MB, mi custom process for thumbnail creation download this image to disk.. then apply the command convert but... it fails, & have two errors, one is in dev server.... A generic GDI Error ocurrs... and other in Production server... Not Enough memory... some ideas about this error?

The fact is that my users will upload images greater than 19 MB in a few weeks... so i'm in a serious problem... Help Please...


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

Re: Large Image Size Convertion Fail

Post by magick »

See http://www.imagemagick.org/script/archi ... tera-pixel. Also take a look at MagickStudio from ftp://ftp.imagemagick.org/pub/ImageMagick/perl. It is a perl script that processes millions of images uploaded from the web and has done so for over 10 years without fail. It includes numerous resource limits and file checks to prevent any one user from consuming excess resources (e.g. memory) and slowing down or halting the system
Post Reply