Class 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
And no other formats are supported.

Note that ComparisonPlan(boolean, Optional, boolean, String) can be used to quickly created the saved copies in the resources.

Author:
Owen Feehan
  • Field Details

    • ALL_SUPPORTED_VOXEL_TYPES

      protected static final VoxelDataType[] ALL_SUPPORTED_VOXEL_TYPES
      All possible voxel types that can be supported.
  • Constructor Details

    • PNGTestBase

      protected PNGTestBase()