Page 1 of 1

[Feature Request]maxsize compatible mode for WebP output

Posted: Thu May 22, 2025 2:35 am
by Ocean7137
There is a limit on the size of outputing a WebP image. The maximum width and height are 16838: https://developers.google.com/speed/web ... age_can_be.

[ImageMagick crashes on converting big JPG to WEBP · Issue #1384 · ImageMagick/ImageMagick](https://github.com/ImageMagick/ImageMagick/issues/1384)

When enable "maxsize compatible mode" for WebP output, before WebP output, check demensions of pictures, if any side of width and height are over 16838px, resize the side to 16838px (keep ratio) before outputing to webp.

Re: [Feature Request]maxsize compatible mode for WebP output

Posted: Thu May 22, 2025 3:30 am
by ckit
This sounds reasonable, ALL XnView products should have this