Class PNGTestBase
Object
StackWriterTestBase
PNGTestBase
For testing all
StackWriter
s 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
FieldsModifier and TypeFieldDescriptionprotected static final VoxelDataType[]
All possible voxel types that can be supported.Fields inherited from class org.anchoranalysis.test.image.stackwriter.StackWriterTestBase
directory, tester
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.test.image.stackwriter.StackWriterTestBase
createWriter
-
Field Details
-
ALL_SUPPORTED_VOXEL_TYPES
All possible voxel types that can be supported.
-
-
Constructor Details
-
PNGTestBase
protected PNGTestBase()
-