Page 1 of 1

Large Image Size Convertion Fail

Posted: 2010-12-20T23:08:56-07:00
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..

Re: Large Image Size Convertion Fail

Posted: 2010-12-21T06:39:51-07:00
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