vokal / vip

Vokal Image Proxy is a lightweight image proxy designed for easy resizing and caching of images for mobile applications.
MIT License
2 stars 7 forks source link

[suggestion] smart crop #114

Open jrit opened 9 years ago

jrit commented 9 years ago

Was just looking at this lib for JS https://github.com/jwagner/smartcrop.js/ which crops based on some properties of the image to try and create a better focal area. I'm not sure if there is anything similar for Go or if someone wants to try porting this. Seems like it would be a good add though.

scottferg commented 9 years ago

:+1: I got bit by naive cropping in Vip over Hack Days

foresmac commented 9 years ago

I don't see anything quite like it as a drop in library, but I understand the math and it looks like it would be fairly simple to port. Definitely interested in adding this capability.