nfnt / resize

Pure golang image resizing
ISC License
3.02k stars 321 forks source link

Feedback: using resize with Blade #36

Closed jondot closed 9 years ago

jondot commented 9 years ago

Hi, I've built Blade on top of resize and have nothing but high regards. See the following:

https://github.com/jondot/blade http://blog.paracode.com/2015/10/01/a-modern-ios-app-icon-and-image-workflow-with-blade/

I'm very happy with the API and the options, resize strikes a sweet spot of being simple and powerful. At first, I was testing out c-based libraries but made a bet on this as a pure-go implementation. It paid off, I can compile Blade on Gopherjs and run image transformation within node.js.

Thanks!

nfnt commented 9 years ago

Thanks for the feedback! I'm very glad to hear that it's working great for your application. The sweet spot you're mentioning is something I was striving for. Of course this has some drawbacks, you won't get the highest quality or fastest speed possible but it should be just good enough for most use cases.

dmitshur commented 9 years ago

It paid off, I can compile Blade on Gopherjs and run image transformation within node.js.

That's awesome! Thanks for sharing. /cc @neelance