goto COMPARE_RUNTIME_ERROR;
}
+ $background->Clamp();
$background->set(depth=>8);
# if ("$filter" eq "Atop") {
# $background->write(filename=>"$refimage_name", compression=>'None');
goto COMPARE_RUNTIME_ERROR;
}
+ $srcimage->Clamp();
$srcimage->set(depth=>8);
# FIXME: The following statement should not be needed.
# Compare output file with reference image
#
+ $image->Clamp();
$image->set(depth=>8);
# FIXME: The following statement should not be needed.
goto COMPARE_RUNTIME_ERROR;
}
+ $srcimage->Clamp();
$srcimage->set(depth=>8);
# if ("$filter" eq "Shear") {
# $srcimage->Display();