Skip to content

Commit

Permalink
Disable chroma subsampling in JEPGCodec
Browse files Browse the repository at this point in the history
Follow up to PR ome#26
 
see ome#26 (comment)
  • Loading branch information
iwbh15 authored Jun 29, 2023
1 parent 687fe49 commit 9c46365
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/ome/codecs/CodecOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ public class CodecOptions {
* Whether or not the decompressed data will be stored as YCbCr.
*/
public boolean ycbcr;

/**
* Whether or not use chroma subsampling.
*/
public boolean disableChromaSubsampling;

// -- Constructors --

Expand Down

0 comments on commit 9c46365

Please sign in to comment.