Registry / utility / gographics-imagick-v2

gographics-imagick-v2

JSON →
library2.7.1gogounverified

Go bindings for ImageMagick's MagickWand API.

go get gopkg.in/gographics/imagick.v2
INSTALL
IMPORT
SIG · GOGRAPHICS-IMAGICK
G
gographics-imagick-v2
utilitygov2.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

imagick
gopkg.in/gographics/imagick.v2

Create a new MagickWand instance.

package main import ( "fmt" "gopkg.in/gographics/imagick.v2/imagick" ) func main() { mw := imagick.NewMagickWand() defer mw.Destroy() fmt.Println("MagickWand created") }
Debug
Known issues
breakingVersion 2.x uses ImageMagick 7, which has breaking API changes from version 1.x (ImageMagick 6).
fix
Ensure you are using ImageMagick 7 and update your code accordingly.
affects: >=2.0.0
Upgrade
Version history
2.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gographics-imagick-v2 — go get gographics-imagick-v2 · libregistry