Home | History | Annotate | Download | only in jpeg

Lines Matching refs:JCS_CMYK

435             case JCS_CMYK:
439 m_info.out_color_space = JCS_CMYK;
804 template <> void setPixel<JCS_CMYK>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column)
972 case JCS_CMYK:
973 return outputRows<JCS_CMYK>(m_reader.get(), buffer);