Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters support #19

Closed
jaymecd opened this issue Sep 29, 2017 · 3 comments
Closed

Filters support #19

jaymecd opened this issue Sep 29, 2017 · 3 comments

Comments

@jaymecd
Copy link

jaymecd commented Sep 29, 2017

Have you considered to add filters support?

At least sharpen would make sense, as proxied image with reduced dimension is always blurry due to the compression algorithm.

@oldcai
Copy link

oldcai commented Sep 29, 2017

Have you got some samples show sharpen can help with quality lost images?

@jaymecd
Copy link
Author

jaymecd commented Sep 30, 2017

Sure.
Origin image - http://st.motortrend.com/uploads/sites/5/2015/05/2015-Large-Luxury-SUV-front-three-quarter.jpg

2015-large-luxury-suv-front-three-quarter

$ file 2015-Large-Luxury-SUV-front-three-quarter.jpg
2015-Large-Luxury-SUV-front-three-quarter.jpg: JPEG image data, Exif standard: [TIFF image data, little-endian, direntries=0], baseline, precision 8, 2048x1360, frames 3

Processed image with:

        resize := "fill"
        width := 300
        height := 300
        gravity := "no"
        enlarge := 1
        extension := "jpg"
$ file imgproxied.jpg
imgproxied.jpg: JPEG image data, baseline, precision 8, 300x300, frames 3

imgproxied

As you might see, Infinity SUV is blurred as other ones.
Hope that helps.

@DarthSim DarthSim added this to the version 2.0 milestone Sep 10, 2018
@DarthSim
Copy link
Member

DarthSim commented Oct 8, 2018

🎉 imgproxy v2.0 has been released 🎉 Take a look at the new features, including sharpening and blur filters: https://github.com/DarthSim/imgproxy/blob/master/CHANGELOG.md#v200

@DarthSim DarthSim closed this as completed Oct 8, 2018
@rdm rdm mentioned this issue May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants