magick icon indicating copy to clipboard operation
magick copied to clipboard

go (golang) wrapper around imagemagick

Results 14 magick issues
Sort by recently updated
recently updated
newest added

go build github.com/quirkey/magick: invalid flag in pkg-config --cflags: -Xpreprocessor

I added a new public function to the Image type to call the MagickCore API function AutoOrientImage(). I noticed there is an open issue, #13, which asks for this too....

Hi! This is a great library. Thank you for making it! I found it very useful in creating an image gallery site. I noticed there's no software license anywhere that...

Hi quirekey, I crop an image with imagemagick command line: convert 552def3c7b88432e7b88218028efa97e.jpg -crop 225x225+105+32 output.jpg I got a square image with size: 225*225 But with the same image file, when...

ioutil.TempFile adds a random int as suffix, which confuses ImageMagick. Rename the result file so that the file ends with the extension. Also, cleanup with deferred os.Remove after you're done...

I've added `Colorspace` (`SetImageColorspace` in MagicCore API) method to allow converting colorspaces. Differents between `-set colorspace RGB` and `-colorspace RGB` (`SetProperty("colorspace", "RGB")` and `Colorspace(RGB)`) [there](http://www.imagemagick.org/discourse-server/viewtopic.php?t=17207)

This is more of a question than an issue: I wonder how hard it would be to make `MagickImage` comply with the `image.Image` interface in the image stdlib package? The...

Hi There, I tried to go get the package, but I got the following error. If I knew Go better I would maybe try and fix it, but im a...

We use [graphicsmagick](http://www.graphicsmagick.org/) in production, instead of imagemagick. Would love for this library to support it too :)