Searched defs:colorspace (Results 1 - 25 of 85) sorted by relevance

1234

/external/ImageMagick/MagickCore/
H A Dquantize.h21 #include "MagickCore/colorspace.h"
44 colorspace; member in struct:_QuantizeInfo
H A Dcolorspace-private.h16 MagickCore image colorspace private methods.
51 if (pixel->colorspace != sRGBColorspace)
81 pixel->colorspace=CMYKColorspace;
89 const ColorspaceType colorspace)
91 if (colorspace == CMYKColorspace)
97 const ColorspaceType colorspace)
99 if (colorspace == GRAYColorspace)
104 static inline MagickBooleanType IsRGBColorspace(const ColorspaceType colorspace) argument
106 if ((colorspace == RGBColorspace) || (colorspace
88 IsCMYKColorspace( const ColorspaceType colorspace) argument
96 IsGrayColorspace( const ColorspaceType colorspace) argument
111 IssRGBColorspace( const ColorspaceType colorspace) argument
119 IssRGBCompatibleColorspace( const ColorspaceType colorspace) argument
[all...]
H A Dchannel.c46 #include "MagickCore/colorspace-private.h"
384 (IsGrayColorspace(destination_image->colorspace) != MagickFalse))
457 % Image *CombineImages(const Image *images,const ColorspaceType colorspace,
464 % o colorspace: the image colorspace.
470 const ColorspaceType colorspace,ExceptionInfo *exception)
506 if ((colorspace == UndefinedColorspace) || (image->number_channels == 1))
509 (void) SetImageColorspace(combine_image,colorspace,exception);
469 CombineImages(const Image *image, const ColorspaceType colorspace,ExceptionInfo *exception) argument
H A Dcache-private.h135 colorspace; member in struct:_CacheInfo
H A Didentify.c451 colorspace;
495 colorspace=image->colorspace;
499 colorspace=GRAYColorspace;
525 switch (colorspace)
600 if (image->colorspace != UndefinedColorspace)
602 MagickColorspaceOptions,(ssize_t) image->colorspace));
697 MagickColorspaceOptions,(ssize_t) image->colorspace));
731 switch (colorspace)
776 switch (colorspace)
449 colorspace; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-mediabus.h24 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
34 __u32 colorspace; member in struct:v4l2_mbus_framefmt
/external/ImageMagick/coders/
H A Ddebug.c51 #include "MagickCore/colorspace.h"
174 colorspace[MagickPathExtent],
210 (void) CopyMagickString(colorspace,CommandOptionToMnemonic(
211 MagickColorspaceOptions,(ssize_t) image->colorspace),MagickPathExtent);
212 LocaleLower(colorspace);
215 (void) ConcatenateMagickString(colorspace,"a",MagickPathExtent);
219 GetQuantumRange(image->depth)),colorspace);
235 if (pixel.colorspace == CMYKColorspace)
169 colorspace[MagickPathExtent], local
H A Ddib.c52 #include "MagickCore/colorspace.h"
53 #include "MagickCore/colorspace-private.h"
103 colorspace;
101 colorspace; member in struct:_DIBInfo
H A Dmpc.c414 if (LocaleCompare(keyword,"colorspace") == 0)
417 colorspace;
419 colorspace=ParseCommandOption(MagickColorspaceOptions,
421 if (colorspace < 0)
423 image->colorspace=(ColorspaceType) colorspace;
1135 if (image->colorspace != UndefinedColorspace)
1137 (void) FormatLocaleString(buffer,MagickPathExtent,"colorspace=%s\n",
1138 CommandOptionToMnemonic(MagickColorspaceOptions,image->colorspace));
413 colorspace; local
H A Dtxt.c51 #include "MagickCore/colorspace.h"
110 colorspace[MagickPathExtent];
125 &rows,&depth,colorspace);
384 colorspace[MagickPathExtent],
447 *colorspace='\0';
449 colorspace);
459 LocaleLower(colorspace);
460 i=(ssize_t) strlen(colorspace)-1;
462 if ((i > 0) && (colorspace[i] == 'a'))
464 colorspace[
107 colorspace[MagickPathExtent]; local
379 colorspace[MagickPathExtent], local
694 colorspace[MagickPathExtent], local
[all...]
/external/ImageMagick/MagickWand/
H A Dstream.c109 "-colorspace type alternate image colorspace",
122 "-quantize colorspace reduce colors in this colorspace",
350 if (LocaleCompare("colorspace",option+1) == 0)
353 colorspace;
360 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
362 if (colorspace < 0)
601 colorspace;
608 colorspace
351 colorspace; local
599 colorspace; local
[all...]
H A Danimate.c139 "-colorspace type alternate image colorspace",
165 "-quantize colorspace reduce colors in this colorspace",
623 if (LocaleCompare("colorspace",option+1) == 0)
626 colorspace;
633 colorspace=ParseCommandOption(MagickColorspaceOptions,
635 if (colorspace < 0)
1074 quantize_info->colorspace=GRAYColorspace;
1134 colorspace;
624 colorspace; local
1132 colorspace; local
[all...]
H A Dcompare.c106 "-colorspace type alternate image colorspace",
132 "-quantize colorspace reduce colors in this colorspace",
400 if (LocaleCompare("colorspace",option+1) == 0)
403 colorspace;
410 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
412 if (colorspace < 0)
759 colorspace;
766 colorspace
401 colorspace; local
757 colorspace; local
[all...]
H A Ddisplay.c166 "-colorspace type alternate image colorspace",
195 "-quantize colorspace reduce colors in this colorspace",
825 if (LocaleCompare("colorspace",option+1) == 0)
828 colorspace;
835 colorspace=ParseCommandOption(MagickColorspaceOptions,
837 if (colorspace < 0)
1400 quantize_info->colorspace=GRAYColorspace;
1464 colorspace;
826 colorspace; local
1462 colorspace; local
[all...]
H A Didentify.c127 "-colorspace type alternate image colorspace",
439 if (LocaleCompare("colorspace",option+1) == 0)
442 colorspace;
449 colorspace=ParseCommandOption(MagickColorspaceOptions,
451 if (colorspace < 0)
440 colorspace; local
H A Dimport.c123 "-quantize colorspace reduce colors in this colorspace",
138 "-colorspace type alternate image colorspace",
555 if (LocaleCompare("colorspace",option+1) == 0)
558 colorspace;
565 colorspace=ParseCommandOption(MagickColorspaceOptions,MagickFalse,
567 if (colorspace < 0)
981 quantize_info->colorspace=GRAYColorspace;
1050 colorspace;
556 colorspace; local
1048 colorspace; local
[all...]
H A Dmontage.c144 "-colorspace type alternate image colorsapce",
180 "-quantize colorspace reduce colors in this colorspace",
674 if (LocaleCompare("colorspace",option+1) == 0)
677 colorspace;
684 colorspace=ParseCommandOption(MagickColorspaceOptions,
686 if (colorspace < 0)
1329 colorspace;
1336 colorspace=ParseCommandOption(MagickColorspaceOptions,
1338 if (colorspace <
675 colorspace; local
1327 colorspace; local
[all...]
/external/libjpeg-turbo/
H A Djcparam.c269 /* Choose JPEG colorspace based on input space, set defaults accordingly */
276 * Select an appropriate JPEG colorspace for in_color_space.
318 * Set the JPEG colorspace, and choose colorspace-dependent default values.
322 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) argument
344 cinfo->jpeg_color_space = colorspace;
349 switch (colorspace) {
/external/opencv3/3rdparty/libjasper/
H A Djp2_dec.c90 static int jp2_getct(int colorspace, int type, int assoc);
523 static int jp2_getct(int colorspace, int type, int assoc) argument
529 switch (colorspace) {
H A Djp2_enc.c87 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype);
412 static uint_fast32_t jp2_gettypeasoc(int colorspace, int ctype) argument
425 switch (jas_clrspc_fam(colorspace)) {
/external/libpng/
H A Dpnginfo.h92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
/external/opencv3/3rdparty/libjpeg/
H A Djcparam.c373 /* Choose JPEG colorspace based on input space, set defaults accordingly */
380 * Select an appropriate JPEG colorspace for in_color_space.
412 * Set the JPEG colorspace, and choose colorspace-dependent default values.
416 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) argument
438 cinfo->jpeg_color_space = colorspace;
443 switch (colorspace) {
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcparam.c348 /* Choose JPEG colorspace based on input space, set defaults accordingly */
355 * Select an appropriate JPEG colorspace for in_color_space.
387 * Set the JPEG colorspace, and choose colorspace-dependent default values.
391 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) argument
413 cinfo->jpeg_color_space = colorspace;
418 switch (colorspace) {
/external/pdfium/third_party/lpng_v163/
H A Dpnginfo.h93 * defined. When COLORSPACE is switched on all the colorspace-defining
102 png_colorspace colorspace; member in struct:png_info_def

Completed in 623 milliseconds

1234