jai-imageio / jai-imageio-jpeg2000

JPEG2000 support for Java Advanced Imaging Image I/O Tools API
Other
74 stars 56 forks source link

CanWriteProgressive Settings in J2KImageWriteParam #22

Closed parker20121 closed 3 years ago

parker20121 commented 7 years ago

I modified J2KImageWriteParam's default settings, adding canWriteProgressive=true to match the ability to set progressive type settings. Not sure why this was different from J2ImageWriteParamJava's default setting. Otherwise when you try to change the default progressive type, the class throws an error.