Home
last modified time | relevance | path

Searched defs:image_type (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/exif/
H A Dexif.stub.php28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
/php-src/ext/standard/
H A Dimage.c1217 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-src/ext/gd/
H A Dgd.c1488 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from()
1718 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output()
4070 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output_ctx()

Completed in 17 milliseconds