Search found 4 matches
- 2013-12-06T05:27:11-07:00
- Forum: Developers
- Topic: [ANN] Google Go (golang) binding for MagickWand
- Replies: 4
- Views: 9692
Re: [ANN] Google Go (golang) binding for MagickWand
Hi, I've just updated the binding URLs.
- 2013-05-04T07:22:25-07:00
- Forum: Developers
- Topic: [ANN] Google Go (golang) binding for MagickWand
- Replies: 4
- Views: 9692
Re: [ANN] Google Go (golang) binding for MagickWand
UPDATE: I've forgot some "defer" keywords. Sorry. My fault. I've got into more trouble again and I'm having a hard time discovering what is wrong. See, I'm trying to port this example to Go, using my binding: http://members.shaw.ca/el.supremo/MagickWand/3dlogo.htm but I don't even know if this ...
- 2013-05-04T06:48:13-07:00
- Forum: Developers
- Topic: [ANN] Google Go (golang) binding for MagickWand
- Replies: 4
- Views: 9692
Re: [ANN] Google Go (golang) binding for MagickWand
Hi,
Thanks for your quick response.
After a lot of reviewing I've found out that I was calling C.PixelGetException for a DrawingWand.
best regards
Thanks for your quick response.
After a lot of reviewing I've found out that I was calling C.PixelGetException for a DrawingWand.
best regards
- 2013-05-03T16:10:09-07:00
- Forum: Developers
- Topic: [ANN] Google Go (golang) binding for MagickWand
- Replies: 4
- Views: 9692
[ANN] Google Go (golang) binding for MagickWand
Hi, I'm working in developing the full binding to ImageMagick C APIs and currently I have a lot done, but there is still a lot of work to do. The binding lib can be found here: https://github.com/gographics/imagick and online generated docs here: http://godoc.org/github.com/gographics/imagick ...