Disable invalid code in test.

This commit is contained in:
Danack
2024-07-01 12:51:07 +01:00
committed by Jakub Zelenka
parent 574a74e3ae
commit fc54b2ab64
+4 -1
View File
@@ -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() ;