Searched refs:CMYKToRGB (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_jpeg.c | 294 static int CMYKToRGB(int c, int m, int y, int k, int inverted); 436 *tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted); in gdImageCreateFromJpegCtx() 480 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() function
|
Completed in 11 milliseconds