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
Hello, I got this error:
imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile
Image file: https://github.com/gumlet/php-image-resize/assets/25115799/2d60249e-f33a-4dbe-9deb-7c655473472f
PHP: 7.4.28 gumlet/php-image-resize: 2.0.4
The text was updated successfully, but these errors were encountered:
php-image-resize/lib/ImageResize.php
Line 164 in 54165d9
Sorry, something went wrong.
Remove/suppress warning messages with @
$this->source_image = @imagecreatefrompng($filename);
No branches or pull requests
Hello, I got this error:
Image file: https://github.com/gumlet/php-image-resize/assets/25115799/2d60249e-f33a-4dbe-9deb-7c655473472f
PHP: 7.4.28
gumlet/php-image-resize: 2.0.4
The text was updated successfully, but these errors were encountered: