Source position: jpeglib.pas line 284
type J_COLOR_SPACE = (
JCS_UNKNOWN,
JCS_GRAYSCALE,
JCS_RGB,
JCS_YCbCr,
JCS_CMYK,
JCS_YCCK
);