image-resizer
image-resizer copied to clipboard
"skipped-under-limits" error when running Resize on specific image
Description
When choosing Resize on a particular image in Assets, the progress queue in the left admin panel says "Failed"
-
Assets are in Amazon S3 buckets
-
Shouldn't the Resize still apply the quality? Or does this skip images that are not over the 1920x1920?
Steps to reproduce
-
Choose image within Assets
-
Choose Resize image under settings cog
-
Click Resize
-
/storage/logs/imageresizer.log
reads:{"dateTime":"2019-11-06 08:13:26","taskId":"1F7v7","handle":"skipped-under-limits","filename":"Texture-Sexy-Hair-model-image.png","data":[]}
Additional info
- Plugin version: 2.0.6
- Craft version: 3.3.15
- Using
project.yaml
withallowAdminChanges
set to false on development/production servers - Attempting this Resize on both local, with
allowAdminChanges
set totrue
, and on development, fail.
Sorry for the delay! Image Resizer will skip any images that are below the dimensional threshold. So, you won't be able to use this to modify just the quality. Probably best to use ImageOptimize for that sort of behaviour (it'll do a much better job anyway).
Can you confirm if the image you were trying to resize was below your threshold? That shouldn't throw an error though. There were no other items in the log around that time?