Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7018 closed defect (fixed)

OpenJPEG: improper use of opj_set_decode_area() for overviews

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.2.2
Component: default Version: unspecified
Severity: normal Keywords: openjpeg
Cc:

Description

Currently we wrongly use the opj_set_decode_area() API for overviews by using overview based coordinates, whereas openjpeg API is meant to be for full resolution. This happens to work by chance with openjpeg 2.2 or before a bit by chance, but this won't work with newer versions that implement subtile decoding and really expect coordinates passed to opj_set_decode_area() to be at full resolution

Change History (3)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: assignedclosed

In 39925:

OpenJPEG: properly use the opj_set_decode_area() API (fixes #7018)

comment:2 by Even Rouault, 7 years ago

In 39926:

OpenJPEG: properly use the opj_set_decode_area() API (fixes #7018)

comment:3 by Even Rouault, 7 years ago

Milestone: 2.2.2
Note: See TracTickets for help on using tickets.