kinow commented on a change in pull request #106:
URL: https://github.com/apache/commons-imaging/pull/106#discussion_r522427578
##########
File path:
src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java
##########
@@ -347,6 +347,8 @@
public static final TagInfoShorts TIFF_TAG_EXTRA_SAMPLES = new
TagInfoShorts(
"ExtraSamples", 0x152, -1,
TiffDirectoryType.TIFF_DIRECTORY_ROOT);
+ public static final int EXTRA_SAMPLE_ASSOCIATED_ALPHA = 1;
+ public static final int EXTRA_SAMPLE_UNASSOCIATED_ALPHA = 2;
Review comment:
:+1: looks like our constant will be similar to what others will find in
OpenJDK, so all good. Thanks Gary!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]