We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf8ca7 commit c1e8005Copy full SHA for c1e8005
vips.c
@@ -2011,6 +2011,8 @@ PHP_MINFO_FUNCTION(vips)
2011
vips_type_find("VipsOperation", "fitsload") ? "yes" : "no" );
2012
php_info_print_table_row(2, "WebP support",
2013
vips_type_find("VipsOperation", "webpload") ? "yes" : "no" );
2014
+ php_info_print_table_row(2, "HEIF support",
2015
+ vips_type_find("VipsOperation", "heifload") ? "yes" : "no" );
2016
2017
php_info_print_table_row(2, "load with libMagick",
2018
vips_type_find("VipsOperation", "magickload") ? "yes" : "no" );
0 commit comments