Adding minifying images (and videos?) to upload. #3927
annardini
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
TinyPNG is just a lossy image compressor that removes certain colours from the image. You can achieve the same using sharp, webp, and the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been building a system using Payload and Next JS for a construction company. They provided some very large (but good quality) photos. I already have AWS Serverless Image Handler to scale photos but to reduce the costs on AWS and speed up loading times I have to minify the images using tinypng. I was thinking would it be a good idea to add the minifying facility to the upload functionality.
I think Sharp may have a feature built-in that can compress images but I am unsure if the quality downgrades or not? If anyone has an idea to create this functionality as a hook and then maybe a plugin that could also be an idea.
Beta Was this translation helpful? Give feedback.
All reactions