Open SebastienTs opened 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?
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: @.***>
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?
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?
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.