encode a cmyk jpeg in flash

449 Views Asked by At

I have an AIR app that saves JPEG files to the hard drive. Currently, the jpegs are in RGB colorspace, but I am wanting them to be saved as CMYK jpegs. Is this possible in flash? If so, does anyone know of any libraries or examples that can help me with such a task?

Thanks in advance for any help.

1

There are 1 best solutions below

0
On

I dont think flash/flex has the ability to do this, it may need to be done on the server/desktop, we use ImageMagick to perform these types of tasks.