On Thu, Jan 10, 2008 at 06:42:16AM -0800, matt cline wrote: > is there a way to convert color spaces from cmyk to rgb? Flash doesnt seem > to handle cmyk color spaces very well when dragging or scaling.
SWF only supports RGB, as far as I know, at least on the tag level. Convering CMYK to RGB is possible, but not as easy as one might think. Take a look at lib/pdf/cmyk.cc for more details. Greetings Matthias
