SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.48k stars 851 forks source link

Feature Request: autolevel (like ImageMagick) #87

Open aviflax opened 7 years ago

aviflax commented 7 years ago

ImageMagick has a very useful “autolevel” feature that my company has used to good effect. It would be very cool if ImageSharp had such a feature.

Thank you!

dlemstra commented 7 years ago

I am actually one of the developers for the ImageMagick project and just looked through our code to see how it is done. It should not be very difficult to add this to ImageSharp.

aviflax commented 7 years ago

That's great! Thank you!