• Stars
    star
    179
  • Rank 214,039 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created about 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ImageMagick bindings for Go (golang)

magick image library for Go (golang)

GoDoc

ImageMagick bindings for Go (golang)

Requires Go 1.2 (or a 1.2 release candidate) due to C function pointer support.

Supports both ImageMagick and GraphicsMagick. The former is used by default, while the latter can be enabled by building the package with the gm build tag.

Installation requires either ImageMagick or GraphicsMagick and libgif, with their respective development packages.

Then, install this package by running.

    go get github.com/rainycape/magick

Some functions are not documented. For those, see the MagickCore documentation at http://www.imagemagick.org/script/magick-core.php.