osamu620 / OpenHTJ2K

An open source implementation of ITU-T Rec.814 | ISO 15444-15 (a.k.a. HTJ2K).
BSD 3-Clause "New" or "Revised" License
35 stars 10 forks source link

Image size limit #130

Open SebastienTs opened 2 years ago

SebastienTs commented 2 years ago

It seems that there is an image size limit around 10k x 10k. For larger images no error is issued but no output is saved.

osamu620 commented 2 years ago

@SebastienTs I did not explicitly set the size limit. However, it may happen. Could you send me an image that produces a "no output" problem?

SebastienTs commented 2 years ago

You can for instance try it with a 16.384x16.384 black PGM image (I used ImageJ to create the image but any software should do).

On Mon, 25 Jul 2022 at 04:21, Osamu Watanabe @.***> wrote:

@SebastienTs https://github.com/SebastienTs I did not explicitly set the size limit. However, it may happen. Could you send me an image that produces a "no output" problem?

— Reply to this email directly, view it on GitHub https://github.com/osamu620/OpenHTJ2K/issues/130#issuecomment-1193483564, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFCUHGU5AGZ4JAUCCKOHDVVX23TANCNFSM54K47G3Q . You are receiving this because you were mentioned.Message ID: @.***>

osamu620 commented 1 year ago

I tried to reproduce the problem in the latest code on the main branch with 16384x16384 ppm. However, I could not. If the problem still remains on your side, could you kindly report with the information about your development-environment?

osamu620 commented 1 year ago

You can for instance try it with a 16.384x16.384 black PGM image (I used ImageJ to create the image but any software should do). On Mon, 25 Jul 2022 at 04:21, Osamu Watanabe @.> wrote: @SebastienTs https://github.com/SebastienTs I did not explicitly set the size limit. However, it may happen. Could you send me an image that produces a "no output" problem? — Reply to this email directly, view it on GitHub <#130 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFCUHGU5AGZ4JAUCCKOHDVVX23TANCNFSM54K47G3Q . You are receiving this because you were mentioned.Message ID: @.>

I tried to reproduce the problem in the latest code on the main branch with 16384x16384 ppm. However, I could not. If the problem still remains on your side, could you kindly report with the information about your development-environment?