danielgtaylor/jpeg-archive#jpeg-recompress support #146
Replies: 4 comments 3 replies
-
@matteotrubini I could see this being done as part of a plugin, but it would not be suitable for core functionality, as we cannot assume that people have the ability to install CLI programs on their hosting platform. |
Beta Was this translation helpful? Give feedback.
-
I like the idea of auto-optimizing images on or after upload. Rather than just jpegs, I found this package and sent a couple of pull requests to improve it a bit. Are there hooks for successfully uploading an image, thumbnails created, image resized etc? I could probably whip up a plugin to handle the resizing. |
Beta Was this translation helpful? Give feedback.
-
ref. https://wintercms.com/docs/events/event/media.file.upload |
Beta Was this translation helpful? Give feedback.
-
First version of Image Optimizer plugin is complete. You can download it here https://github.com/Flynsarmy/wn-imageoptimizer-plugin |
Beta Was this translation helpful? Give feedback.
-
https://github.com/danielgtaylor/jpeg-archive#jpeg-recompress
It could be useful as optional jpeg optimizer as it NOT require to define image quality, but it rely on some Image Comparison Metrics to keep perceived visual quality.
As this task can be too long to be executed synchronously on page load, it could be queued or executed only via console, like any other cache warm-up.
Beta Was this translation helpful? Give feedback.
All reactions