mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
Disable invalid code in test.
This commit is contained in:
@@ -16,7 +16,10 @@ function setDepth() {
|
||||
|
||||
echo "Depth is " .$imagick->getImageDepth() . "\n";
|
||||
|
||||
$imagick->getImageBlob();
|
||||
// $imagick->getImageBlob();
|
||||
// TODO - check that the depth has actually worked?
|
||||
// this could be done by generating a gradient, and counting the unique
|
||||
// numbers of colours, or by looking at gradient artifacts.
|
||||
}
|
||||
|
||||
setDepth() ;
|
||||
|
||||
Reference in New Issue
Block a user