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/08/02 14:20:00 UTC

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

     [ 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)