Class PNGTestBase
Object
org.anchoranalysis.test.image.stackwriter.StackWriterTestBase
org.anchoranalysis.test.image.stackwriter.PNGTestBase
public abstract class PNGTestBase extends StackWriterTestBase
For testing all
StackWriters that create PNGs.
It assumes;
- 8-bit and 16-bit grayscale is supported
- 8-bit RGB is supported
Note that ComparisonPlan(boolean, Optional, boolean, String) can be
used to quickly created the saved copies in the resources.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description protected static org.anchoranalysis.image.voxel.datatype.VoxelDataType[]ALL_SUPPORTED_VOXEL_TYPESAll possible voxel types that can be supported.Fields inherited from class org.anchoranalysis.test.image.stackwriter.StackWriterTestBase
directory, tester -
Constructor Summary
Constructors Modifier Constructor Description protectedPNGTestBase() -
Method Summary
Methods inherited from class org.anchoranalysis.test.image.stackwriter.StackWriterTestBase
createWriter
-
Field Details
-
ALL_SUPPORTED_VOXEL_TYPES
protected static final org.anchoranalysis.image.voxel.datatype.VoxelDataType[] ALL_SUPPORTED_VOXEL_TYPESAll possible voxel types that can be supported.
-
-
Constructor Details
-
PNGTestBase
protected PNGTestBase()
-