Searched refs:CMYKToRGB (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_jpeg.c | 323 static int CMYKToRGB(int c, int m, int y, int k, int inverted); 481 *tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted); in gdImageCreateFromJpegCtxEx() 525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() function
|
Completed in 9 milliseconds