Search found 9 matches
- 2012-10-03T01:47:08-07:00
- Forum: Bugs
- Topic: Problem with gel example in 6.7.8
- Replies: 1
- Views: 3894
Re: Problem with gel example in 6.7.8
Any hints on this one?
- 2012-09-22T05:05:18-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Re: Problems with magickwand examples in branch 6.7
I'll try to have a look at this in the next day or so. Pete, did you look into it? BTW I have found that the shell commands you show in the source code does not correspond 100% to the examples on the IM website. And in gel example I don't understand why do you use MagickFxImage instead of normal ...
- 2012-09-22T05:00:09-07:00
- Forum: Bugs
- Topic: Problem with gel example in 6.7.8
- Replies: 1
- Views: 3894
Problem with gel example in 6.7.8
Struggling to make all el.supremo's examples work with 6.7 (and with our Haskell binding as a result) I have stumbled upon gel example ( http://www.imagemagick.org/Usage/advanced/#gel_effects ) which exibits some problems: 1. gel_highlight is gray and and red (i.e. I have http://imgur.com/ykU6t as a ...
- 2012-09-13T00:36:36-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Re: Problems with magickwand examples in branch 6.7
Thanks a lot.
- 2012-09-12T22:10:44-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Re: Problems with magickwand examples in branch 6.7
The examples for CLI are written directly in a HTML format text file using a plain text editor. The command line code is extracted and run using a perl script, and image results compared with the previous results to flag possible changes or bugs that may require looking into. Is this script ...
- 2012-09-12T00:28:55-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Re: Problems with magickwand examples in branch 6.7
Anthony I have the same question to you (as to el_supremo) - are these examples you post link to available in some repository being runnable with help of e.g. makefile? As for me It's much simpler to run git clone then make all (or some particular example name) and check the results than to start ...
- 2012-09-11T22:43:22-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Re: Problems with magickwand examples in branch 6.7
And what with MagickSetImageAlphaChannel failing? E.g. in http://members.shaw.ca/el.supremo/MagickWand/gel.htm
P.S. BTW, el_supremo, why don't you use something like github/bitbucket to publish complete compiling examples (i.e. with makefiles or whatever you use as its Windows equivalent)?
P.S. BTW, el_supremo, why don't you use something like github/bitbucket to publish complete compiling examples (i.e. with makefiles or whatever you use as its Windows equivalent)?
- 2012-09-09T05:22:37-07:00
- Forum: Bugs
- Topic: Problems with magickwand examples in branch 6.7
- Replies: 12
- Views: 20108
Problems with magickwand examples in branch 6.7
Currently I take part in building Haskell bindings for ImageMagick (mainly MagickWand). For the starting point we took el.supremo's examples of using MagickWand (i.e. http://members.shaw.ca/el.supremo/MagickWand/ ) We do the development on Gentoo which has ImageMagick 6.7.8 as stable and we some ...
- 2012-08-04T03:20:53-07:00
- Forum: Bugs
- Topic: Msterious ExceptionInfo parameter in docs?
- Replies: 1
- Views: 3366
Msterious ExceptionInfo parameter in docs?
Take a look at function SetImageAlphaChannel in API docs http://www.imagemagick.org/api/MagickCore/image_8h.html#a6ea18ae1ef0ed86deb9da770ca28ebfc I see 3 parameters and in svn for verion 6.7.8 (like in API docs) - http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.8/magick ...