Search found 2 matches

by ptitera
2014-01-12T10:50:11-07:00
Forum: Bugs
Topic: v7 JPEG 2K generation problem
Replies: 3
Views: 3502

Re: v7 JPEG 2K generation problem

There are couple more problems with JP2K writing: jp2:quality and jp2:rate options handling is wrong. There is off-by-one error when quality and rate arrays are set. Something like this is required for on both places (I do not know if this is correct fix. My C is very rusty) if (option != (const ...
by ptitera
2014-01-12T07:38:38-07:00
Forum: Bugs
Topic: v7 JPEG 2K generation problem
Replies: 3
Views: 3502

v7 JPEG 2K generation problem

I think there is an error in JPEG 2K generation in current trunk version. Generated image is without colors and only one third of it is displayed The problem is in generation of component data in WriteJP2Image function. After each pixel is generated pointer to next pixel is incremented by one, for ...