Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/exif/
H A Dexif.stub.php25 * @param int $image_type
28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument
H A Dexif_arginfo.h19 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, image_type, "null")
/php-src/ext/standard/tests/image/
H A Dimage_type_to_mime_type_basic.phpt28 foreach($image_types as $image_type) {
29 var_dump(image_type_to_mime_type($image_type));
/php-src/ext/standard/
H A Dphp_image.h54 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1217 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument
1219 switch( image_type) { in php_image_type_to_mime_type()
1275 zend_long image_type; in PHP_FUNCTION() local
1280 Z_PARAM_LONG(image_type) in PHP_FUNCTION()
1285 switch (image_type) { in PHP_FUNCTION()
H A Dbasic_functions.stub.php3045 function image_type_to_mime_type(int $image_type): string {}
3051 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {}
H A Dbasic_functions_arginfo.h1514 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)
1518 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)
/php-src/ext/gd/
H A Dgd.c1500 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1532 } else if (ioctx_func_p || image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1555 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1572 switch (image_type) { in _php_image_create_from()
1729 switch (image_type) { in _php_image_output()
1760 switch (image_type) { in _php_image_output()
1786 switch (image_type) { in _php_image_output()
4078 if (image_type == PHP_GDIMG_TYPE_GIF) { in _php_image_output_ctx()
4082 } else if (image_type == PHP_GDIMG_TYPE_PNG) { in _php_image_output_ctx()
4086 } else if (image_type == PHP_GDIMG_TYPE_AVIF) { in _php_image_output_ctx()
[all …]

Completed in 80 milliseconds