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
As per the comment this checks for the original or optimized files being empty:
Sitegeist.Iconoclasm/Classes/Service/ThumbnailOptimizationService.php
Line 102 in 0adc121
But the strict check only handles errors, not the file being empty… This leads to empty files being used happily:
Optimized image "…-305-7952x4473.jpg" with command "…" reduction 603.24 KB > 0.00 B bytes - reduction 100.00 %
The text was updated successfully, but these errors were encountered:
BUGFIX: Handle empty files correctly in check
7a4f80c
Fixes sitegeist#4
6aa5888
Successfully merging a pull request may close this issue.
As per the comment this checks for the original or optimized files being empty:
Sitegeist.Iconoclasm/Classes/Service/ThumbnailOptimizationService.php
Line 102 in 0adc121
But the strict check only handles errors, not the file being empty… This leads to empty files being used happily:
Optimized image "…-305-7952x4473.jpg" with command "…" reduction 603.24 KB > 0.00 B bytes - reduction 100.00 %
The text was updated successfully, but these errors were encountered: