Questions tagged [go-imagick]

Go binding to ImageMagick's MagickWand C API

Go Imagick is a Go bind to ImageMagick's MagickWand C API.

It was originally developed and tested with ImageMagick 6.8.5-4, however most official Unix or Linux distributions use older versions (6.7.7, 6.8.0, etc) so some features in Go Imagick's master branch are being commented out and will see the light when these ImageMagick distributions could easily be updated (from the devops PoV).

https://github.com/gographics/imagick

17 questions
0
votes
1 answer

Create a function with return type of image magick object in go lang

I want to create image magick object corresponding to images stroed in S3. So, i was writing a function which will take necessary arguments and return the image magick object. But, no luck with it. This is the Imagick Library which i am using. …
Naresh
  • 5,073
  • 12
  • 67
  • 124
0
votes
1 answer

Create Image magick object from response stream in go lang

I am using the following code to download and upload the images from Amazon S3. Now, after downloading the image i want to resize it using the imagick library, but without writing it on to the disk. So, how do i create the image magick object…
Naresh
  • 5,073
  • 12
  • 67
  • 124
1
2