You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm using this library to generate huge images (128000 x 96000 for example), and I'm encountering the problem of max 65k pixels.
After some search, it seems to be due to chunk limit which is of this size, but I also found that PNG do not have width or height limit...
Do you think there is any way this could be implemented, or maybe you have done more research than I have and you've got a reason why there's a limit?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hey! I'm using this library to generate huge images (128000 x 96000 for example), and I'm encountering the problem of max 65k pixels.
After some search, it seems to be due to chunk limit which is of this size, but I also found that PNG do not have width or height limit...
Do you think there is any way this could be implemented, or maybe you have done more research than I have and you've got a reason why there's a limit?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: