文件操作 - 132_Imagick_setOption_case3.phpt
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/imagick/tests/132_Imagick_setOption_case3.phpt
编辑文件内容
--TEST-- Test Imagick, setOption --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $imageOption = 0; function renderCustomBitDepthPNG() { $imagick = new \Imagick(); $imagick->newPseudoImage(640, 480, "magick:logo"); $imagick->setImageFormat('png'); $imagick->setOption('png:bit-depth', '16'); $imagick->setOption('png:color-type', 6); $bytes = $imagick->getImageBlob(); if (strlen($bytes) <= 0) { echo "Failed to generate image.";} } renderCustomBitDepthPNG() ; echo "Ok"; ?> --EXPECTF-- Ok
修改文件时间
将文件时间修改为当前时间的前一年
删除文件