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
@@ -8,7 +8,7 @@ import javax.imageio.metadata.IIOMetadataNode;
public class HDRMetadata extends StandardImageMetadataSupport {
public HDRMetadata(ImageTypeSpecifier type, HDRHeader header) {
super(builder(type)
.withCompressionName("RLE")
.withCompressionTypeName("RLE")
.withTextEntry("Software", header.getSoftware()));
}