More tests of StandardImageMetadataSupport + minor API changes

This commit is contained in:
Harald Kuhr
2022-10-08 14:28:10 +02:00
parent 6458fcdcbd
commit 7ed5663633
10 changed files with 185 additions and 14 deletions
@@ -45,7 +45,7 @@ final class PNTGMetadata extends StandardImageMetadataSupport {
public PNTGMetadata(ImageTypeSpecifier type) {
super(builder(type)
.withBlackIsZero(false)
.withCompressionName("PackBits")
.withCompressionTypeName("PackBits")
.withFormatVersion("1.0"));
}
}