Opened 7 years ago

Closed 5 years ago

#6793 closed defect (wontfix)

JPIP : color interpretation is not initialized

Reported by: bugbuster Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 2.0.2
Severity: normal Keywords: JPIP
Cc:

Description

I am currently using GDAL V2.0.2 under Windows 8 64 bits along with Kakadu V7.7. I have noticed that gdalinfo does not manage to get the "color interpretation" for any JPIP image. Testing different JPEG2000 images (1, 2, 3 or 4 bands, Cycc or RGB), I always get :

  • correct "color interpretation" with direct JPEG2000 image : "Red", "Green", "Blue", ...
  • incorrect "color interpretation" with the corresponding JPIP image : "Undefined"

Am I missing something ? It may be due to an non-implemented feature in the JPIP driver. As one can see in jpipkakdataset.cpp, the attribute JPIPKAKRasterBand::eInterp is initialized only once in the JPIPKAKRasterBand constructor:

eInterp = GCI_Undefined;

Change History (1)

comment:1 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.