You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mike Cantrell (Jira)" <ji...@apache.org> on 2022/07/28 13:30:00 UTC

[jira] [Created] (IMAGING-337) Hard coded ColorType.RGB in TiffImageParser

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)