Quoth Vivi:
> How do you advice to resize and crop JPEG and PNG or probably WebP images
> without rely on 3rd parties dependencies?
> 
> It was hard to find a good snippet or could be useful to have basic API
> function in Go standard library since it's a common feature.

I'd encourage you to consider trying to implement simple image 
manipulation algorithms yourself, if only for practice. I've found the
interfaces in the image package really nice to work with, and have 
learned a lot implementing useful things myself based on them.  
There's a very good blog post about the package here: 
https://blog.golang.org/image

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/20200511103449.GA7516%40mussel.lan.

Reply via email to