// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php85-pecl-vips_1.0.13-1.el8
/
tests
[ PARENT ]
EDIT :: 004.phpt
--TEST-- vips can get image header fields --SKIPIF-- <?php if (!extension_loaded("vips")) print "skip"; ?> --FILE-- <?php $filename = dirname(__FILE__) . "/images/img_0076.jpg"; $image = vips_image_new_from_file($filename)["out"]; $width = vips_image_get($image, "width")["out"]; if ($width == 1600) { echo("pass\n"); } ?> --EXPECT-- pass
SAVE
CANCEL