aws-samples / image-optimization

Simple, performant and cost efficient solution for optimizing images using Amazon CloudFront, Amazon S3 and AWS Lambda
MIT No Attribution
195 stars 116 forks source link

How to use the `quality` parameter? #34

Open piotrekwitkowski opened 6 months ago

piotrekwitkowski commented 6 months ago

The solution supports the quality parameter, but its usage is not mentioned in the README. Currently, it only mentions format and width.

Consider mentioning / documenting usage of quality.

achrafsouk commented 6 months ago

we should also consider adding other popular transformations like Crop and so

Hipocrita commented 3 months ago

I modified the code and I have added the function quality, its easy

navamgupta commented 3 months ago

@Hipocrita @piotrekwitkowski can you share how you enabled / used quality parameter? :)