Search found 108 matches

by RetroJ
2012-04-25T11:25:30-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

In the type signature of MagickPosterizeImage, the type of the second argument is given as "const unsigned"; should be "const size_t".

http://imagemagick.org/api/magick-image ... erizeImage
by RetroJ
2012-04-25T10:43:05-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

In the type signature box for MagickNegateImage, a second type signature is listed, which looks like it should be MagickNegateImageChannel, but I'm not sure, because no function by that name is listed in doxygen. http://imagemagick.org/api/magick-image.php?ImageMagick=i9bg3j14sp9tvmbpqlnv60rtf2#Magi...
by RetroJ
2012-04-25T09:51:15-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

Wrong return type in the type signature of MagickGetImageSignature; has 'const char', should be 'char *'.

http://imagemagick.org/api/magick-image ... eSignature
by RetroJ
2012-04-25T09:19:44-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

MagickGetImageCompression appears twice, and MagickGetImageCompressionQuality is missing.

http://imagemagick.org/api/magick-image ... ompression
by RetroJ
2012-04-25T08:53:48-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

MagickGetImagesBlob is mistitled as MagickGetImageBlob (note difference of plural). The mistake is repeated in the text of the section.

http://imagemagick.org/api/magick-image ... tImageBlob
by RetroJ
2012-04-25T08:48:41-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

The type signature of MagickGetImageAlphaChannel gives the wrong return type; gives 'size_t', should be 'MagickBooleanType'.

http://imagemagick.org/api/magick-image ... phaChannel
by RetroJ
2012-04-24T18:06:07-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

The type signature of MagickColorDecisionListImage gives the wrong type for the second argument; gives 'double', should be 'const char *'.

http://imagemagick.org/api/magick-image ... nListImage
by RetroJ
2012-04-24T17:46:01-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

Thanks. I'm in the process of writing some bindings, so I'm going through the whole magickwand docs. I'll continue to note bugs as I find them. MagickBrightnessContrastImage has a wrong title: "Use MagickBrightnessContrastImage" http://imagemagick.org/api/magick-image.php?ImageMagick=i9bg3...
by RetroJ
2012-04-24T16:58:04-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

There is a typo in the type signature of MagickSetResolution. It says "doubtl" instead of "double".

http://imagemagick.org/api/magick-prope ... Resolution
by RetroJ
2012-04-24T15:54:36-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

Re: MagickGetImageProfiles documentation error

Type signature of MagickGetResource is right, but parameter list below is wrong

http://imagemagick.org/api/magick-prope ... etResource
by RetroJ
2012-04-24T12:31:10-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66800

MagickGetImageProfiles documentation error

The online docs give an incorrect type signature for MagickGetImageProfiles. It is missing the 'pattern' argument.

http://imagemagick.org/api/magick-prope ... geProfiles
by RetroJ
2010-07-02T07:23:52-07:00
Forum: Users
Topic: relative pixels in -fx operator (Game of Life)
Replies: 14
Views: 40058

Re: relative pixels in -fx operator (Game of Life)

Yes this is an old thread, but one that I have kept in mind for a long time. I have finally worked out how to use ' convolution ' and ' color lookup tables ' to implement the Game of Life . The trick was to generate different 'neighbour counts' depending on if the current pixel was alive or dead. S...
by RetroJ
2008-12-08T09:54:29-07:00
Forum: Users
Topic: typemap utilities
Replies: 0
Views: 3179

typemap utilities

Hello, I have a large collection of fonts, so to be able to use them in an organized fashion with imagemagick---only the ones I want at any given time, I wrote two utilities to assist me with managing imagemagick typemap files. These programs depend on xmlstarlet, as well as a few common perl module...
by RetroJ
2008-12-06T18:48:09-07:00
Forum: Developers
Topic: feature request: <include> in ~/.magick/type.xml
Replies: 4
Views: 10244

Re: feature request: <include> in ~/.magick/type.xml

magick wrote:Absolute paths are already in ImageMagick 6.4.7-3 beta available sometime tomorrow.
Many thanks. I will be able to make immediate use of the feature.