Home
last modified time | relevance | path

Searched refs:jp2_colorspace (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Djp2.c823 jp2_colorspace; in WriteJP2Image() local
975 jp2_colorspace=OPJ_CLRSPC_SRGB; in WriteJP2Image()
978 jp2_colorspace=OPJ_CLRSPC_SYCC; in WriteJP2Image()
986 jp2_colorspace=OPJ_CLRSPC_GRAY; in WriteJP2Image()
1012 jp2_image=opj_image_create((OPJ_UINT32) channels,jp2_info,jp2_colorspace); in WriteJP2Image()
1031 if ((channels == 2) && (jp2_colorspace == OPJ_CLRSPC_GRAY)) in WriteJP2Image()
1067 if (jp2_colorspace == OPJ_CLRSPC_GRAY) in WriteJP2Image()
1077 if (jp2_colorspace == OPJ_CLRSPC_GRAY) in WriteJP2Image()