Feature Request - Add Quality Parameter Support in Query String #6
Closed
naveenrao2k
started this conversation in
Ideas
Replies: 1 comment
-
Hi NaveenRao @naveenrao2k I'm glad to hear this project has been useful for you. I have added the option for you to override image quality via a parameter in the query string. If my project brings you value, please hit the star button to follow further updates. I would appreciate it if you could donate to support the project's development. Thank you kindly for your consideration. |
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
-
Hi there!
I hope this message finds you well. I've been using your repository and find it incredibly valuable for my projects. I have a small feature request that I believe would enhance its functionality even further.
Feature Request:
Description:
Currently, the Imgproxy repository provides comprehensive image processing capabilities. However, the ability to specify image quality in the query string would be a valuable addition. This feature would enable users to dynamically control the compression level or quality of the processed images, offering more flexibility in optimizing image delivery based on specific use cases.
Example:
localhost/demo.jpg?quality=80
OR
localhost/demo.jpg?width=300&height=200&quality=80
In this example, the "quality" parameter is set to 80, allowing users to define the compression level according to their requirements.
Benefits:
Implementation Suggestions:
I tried but not successful 🥲
Thank you for your time and consideration. I appreciate the hard work you and the team put into maintaining this valuable tool.
Best regards,
NaveenRao
Beta Was this translation helpful? Give feedback.
All reactions