[ https://issues.apache.org/jira/browse/IMAGING-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mike Cantrell updated IMAGING-337: ---------------------------------- Description: I'm unsure if this is a bug or maybe it's just not implemented yet. I didn't see any related issues or 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. was: 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. > 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 > Priority: Major > > I'm unsure if this is a bug or maybe it's just not implemented yet. I didn't > see any related issues or 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)