mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
More tests of StandardImageMetadataSupport + minor API changes
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ final class PCXMetadata extends StandardImageMetadataSupport {
|
||||
public PCXMetadata(ImageTypeSpecifier type, PCXHeader header) {
|
||||
super(builder(type)
|
||||
.withPlanarConfiguration(planarConfiguration(header))
|
||||
.withCompressionName(compressionName(header))
|
||||
.withCompressionTypeName(compressionName(header))
|
||||
.withFormatVersion(String.valueOf(header.getVersion())));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user