Registry / other / gographics-imagick-v3

gographics-imagick-v3

JSON →
library3.7.3gogounverified

Go bindings for ImageMagick's MagickWand API, enabling image manipulation.

go get gopkg.in/gographics/imagick.v3
INSTALL
IMPORT
SIG · GOGRAPHICS-IMAGICK
G
gographics-imagick-v3
othergov3.7.3
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.v3

Initializes ImageMagick and reads an image file.

package main import ( "gopkg.in/gographics/imagick.v3/imagick" ) func main() { imagick.Initialize() defer imagick.Terminate() mw := imagick.NewMagickWand() mw.ReadImage("input.jpg") }
Debug
Known issues
gotchaRequires ImageMagick C library installed on the system.
fix
Install libmagickwand-dev or equivalent.
affects: *
Upgrade
Version history
3.7.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
gographics-imagick-v3 — go get gographics-imagick-v3 · libregistry