📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 22:43:39
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-imagick_3.8.1-17.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-imagick_3.8.1-17.el8/tests
🔄 Refresh
✏️
Editing: 246_antialias_image.phpt
Read Only
--TEST-- Test pseudo formats --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $im = new Imagick(); $im->newPseudoImage(10, 10, "magick:logo"); //On by default var_export($im->getAntiAlias()); echo PHP_EOL; //Turn off $im->setAntiAlias(false); var_export($im->getAntiAlias()); echo PHP_EOL; //Turn back on $im->setAntiAlias(true); var_export($im->getAntiAlias()); echo PHP_EOL; ?> --EXPECTF-- true false true
💾 Save Changes
❌ Cancel