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
@@ -52,7 +52,7 @@ final class IFFImageMetadata extends StandardImageMetadataSupport {
|
||||
|
||||
private IFFImageMetadata(Builder builder, Form header, IndexColorModel palette) {
|
||||
super(builder.withPalette(palette)
|
||||
.withCompressionName(compressionName(header))
|
||||
.withCompressionTypeName(compressionName(header))
|
||||
.withBitsPerSample(bitsPerSample(header))
|
||||
.withPlanarConfiguration(planarConfiguration(header))
|
||||
.withPixelAspectRatio(header.aspect() != 0 ? header.aspect() : null)
|
||||
|
||||
Reference in New Issue
Block a user