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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34dab-2b793.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34dab-2b793.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?