Skip to content

Commit

Permalink
Add Color.8 support to Application 2 Extended color bit depths map
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoel committed Feb 12, 2020
1 parent a030997 commit 256c89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/netflix/imflibrary/st2067_2/Application2ExtendedComposition.java
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class Application2ExtendedComposition extends AbstractApplicationComposit
put(Colorimetry.Color5, new HashSet<Integer>(){{ add(10); add(12); }});
put(Colorimetry.Color6, new HashSet<Integer>(){{ add(10); add(12); add(16);}});
put(Colorimetry.Color7, new HashSet<Integer>(){{ add(10); add(12); add(16); }});
put(Colorimetry.Color8, new HashSet<Integer>(){{ add(10); add(12); }});
}});
public static final Set<Integer>bitDepthsSupported = Collections.unmodifiableSet(new HashSet<Integer>() {{
add(8); add(10); add(12); add(16); }});
Expand Down

0 comments on commit 256c89c

Please sign in to comment.