Searched refs:gdImageWebpCtx (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_webp.c | 102 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization) in gdImageWebpCtx() function 168 gdImageWebpCtx(im, out, quantization); in gdImageWebpEx() 175 gdImageWebpCtx(im, out, -1); in gdImageWebp() 183 gdImageWebpCtx(im, out, -1); in gdImageWebpPtr() 194 gdImageWebpCtx(im, out, quantization); in gdImageWebpPtrEx()
|
H A D | gd.h | 626 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization);
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 2761 …hp_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageWebpCtx); in PHP_FUNCTION()
|
/PHP-7.2/ |
H A D | NEWS | 2699 . Fixed bug #73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c). (trylab,
|
Completed in 34 milliseconds