mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-28 00:00:03 -04:00
More tests of StandardImageMetadataSupport + minor API changes
This commit is contained in:
+1
-1
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user