Is there a recommended image clipping or compression package for go?

clipboard.png

for example, this is a PHP package, to compress the picture, very simple two sentences, do not care about the format and form of the picture (url,base64, file), go has a more popular picture processing package, recommend it, thank you!

found a package github.com/nfnt/resize, but it doesn"t feel good to use either.

Mar.11,2021

there is a need for image processing in the


business. This library github.com/disintegration/imaging
and


think too much. It is recommended to use the system third-party library directly. Imagemagick, goes to see the orthodox Go Imagick , but I prefer exec.Command to execute native imagemagick commands

.
Menu