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 SGIMetadata extends StandardImageMetadataSupport {
|
||||
public SGIMetadata(ImageTypeSpecifier type, SGIHeader header) {
|
||||
super(builder(type)
|
||||
.withSignificantBitsPerSample(computeSignificantBits(header))
|
||||
.withCompressionName(compressionName(header))
|
||||
.withCompressionTypeName(compressionName(header))
|
||||
.withOrientation(ImageOrientation.FlipV)
|
||||
.withTextEntry("DocumentName", header.getName())
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user