Searched defs:image_type (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/exif/ |
H A D | exif.stub.php | 28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
|
/PHP-8.3/ext/standard/ |
H A D | image.c | 1217 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() 1275 zend_long image_type; in PHP_FUNCTION() local
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 1493 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from() 1723 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output() 4087 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output_ctx()
|
Completed in 22 milliseconds