Harald Kuhr
Harald Kuhr
Hi Adrian, The TIFF subsampling is in progress. BMP no, JPEG lossless no (though I obviously want to fix these too, as soon as possible). What is your customer's requirement?...
Seems most of this is fixed for the TIFFImageReader. Postponing the remainder for the BMP format to later version.
Thank you! I'll look into it! I'm in the process of restructuring the entire library for a version 4. The main things I want to do, is: * Get rid...
@bernhardf-ro > It would be great if the SPI metadata would be separate from the actual classes, so the libraries can be used without automatic global changes happening to the...
Hi vpmuli, Thanks for reporting! I'll try to look into it at some point. If you have time to dig a little bit more that would also be great. :-)...
Thanks! That will make the debugging a little easier at least! :-) -- Harald K
It could probably be an option in the `JPEGImageWriteParam` (or alternatively, write the ICC profile from the metadata unconditionally if present and matches the image data). There are also other...
Hi Holger, Thanks for reporting & digging further! Much appreciated. I will try to look into the issue as soon as possible, but anything you can do to isolate the...
Hi again Holger, Thank you for your patience. 😉 Sorry about the delay, but I finally found some time to look into this. Your file is a planar (as opposed...
Hi Michael, I believe this is the same issue as #687, where the removal of the `BufferedImageInputStream` has led to a performance regression. I am working on creating replacement streams...