Searched defs:image_type (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/exif/ |
H A D | exif.stub.php | 22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
|
/PHP-8.1/ext/standard/ |
H A D | image.c | 1267 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() 1325 zend_long image_type; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1303 function image_type_to_mime_type(int $image_type): string {} 1306 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {}
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 1639 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from() 1869 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output() 4230 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output_ctx()
|
Completed in 53 milliseconds