geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
90 stars 37 forks source link

BandMergeOpImage and ExtendedBandMergeOpImage set a null color model when merging more than 3 bands #171

Closed aaime closed 6 years ago

aaime commented 6 years ago

This in turn causes TIFF and JPEG2000 encoding to go NPE. We should be using the BogusColorSpace and friends in those cases.