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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoding png returns the following error if the width / height is too large:
libpng warning: Image width exceeds user limit in IHDR libpng error: Invalid IHDR data
The maximum size can be configured using:
png_set_user_limits(png_ptr, PNG_WIDTH_MAX, PNG_HEIGHT_MAX);
The text was updated successfully, but these errors were encountered:
AlysonStahl-NOAA
Successfully merging a pull request may close this issue.
Decoding png returns the following error if the width / height is too large:
libpng warning: Image width exceeds user limit in IHDR libpng error: Invalid IHDR data
The maximum size can be configured using:
The text was updated successfully, but these errors were encountered: