Class FastCMYKToRGB

java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.FastCMYKToRGB
All Implemented Interfaces:
RasterOp

class FastCMYKToRGB extends Object implements RasterOp
This class performs a pixel by pixel conversion of the source image, from CMYK to RGB.

The conversion is fast, but performed without any color space conversion.

Version:
$Id: FastCMYKToRGB.java,v 1.0 21.02.11 13.22 haraldk Exp$
See Also: