PDA

View Full Version : ASPImage and CMYK JPEG


MrBacardi
09-12-2004, 05:55 PM
hello,

i'm trying to resize CMYK JPEG images with ASPImage 2.3, but they get all messed up. :mad:

RGB JPEGs works perfectly.

any ideas on how to resize CMYK images?

BuddhaMan
09-13-2004, 03:48 AM
Use ImageMagick (http://www.imagemagick.org/) instead?

MrBacardi
09-13-2004, 12:16 PM
Use ImageMagick (http://www.imagemagick.org/) instead?

I can't install software on the server, because we rent webspace. (activeisp.com, win2000 server without asp.net)

is there a way to run imagemagick without installing it on the server? maybe but convert.exe in CGI_BIN ?