Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
When getting a BufferedImage from a TIFF, TiffImageParser.getBufferedImage gets the TIFF's BPP from the TIFF tags, but at the end ImageBuilder.getBufferedImage() will always set the BufferedImage ColorModel BPP to 32 for images with alpha and 24 bpp otherwise. Many TIFFs are 1 bpp (G3 and G4) so the BufferedImage should also be 1 bpp.