We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
webp has a maximum size limit of 16383*16383 (reference), which might be break when running big XYZ plots, and causing an encoding error 5.
encoding error 5
Recommended:
No response
The text was updated successfully, but these errors were encountered:
Does this option work?
Sorry, something went wrong.
@missionfloyd this config save a copy of scale down version, but will still save original one beforehand, so cannot avoid the encoding error
Here is my implementation, FYI:
bf31e5b
Resolved by #12667
No branches or pull requests
Is there an existing issue for this?
What would your feature do ?
webp has a maximum size limit of 16383*16383 (reference), which might be break when running big XYZ plots, and causing an
encoding error 5
.Recommended:
Proposed workflow
Additional information
No response
The text was updated successfully, but these errors were encountered: