Mike Cantrell created IMAGING-337:
-------------------------------------
Summary: Hard coded ColorType.RGB in TiffImageParser
Key: IMAGING-337
URL: https://issues.apache.org/jira/browse/IMAGING-337
Project: Commons Imaging
Issue Type: Bug
Components: Format: TIFF
Affects Versions: 1.0-alpha3
Reporter: Mike Cantrell
I'm unsure if this is a bug or maybe it's just not implemented yet. I didn't
see any related TODO comments so I thought I'd open a bug report.
commons-imaging-1.0-alpha3-sources.jar!/org/apache/commons/imaging/formats/tiff/TiffImageParser.java:270
{code:java}
final ImageInfo.ColorType colorType = ImageInfo.ColorType.RGB; {code}
The (final) value is then returned in the ImageInfo response.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)