MagickGetImageProfiles documentation error
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
http://imagemagick.org/api/magick-prope ... geProfiles
Re: MagickGetImageProfiles documentation error
Type signature of MagickGetResource is right, but parameter list below is wrong
http://imagemagick.org/api/magick-prope ... etResource
http://imagemagick.org/api/magick-prope ... etResource
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
http://imagemagick.org/api/magick-prope ... Resolution
Re: MagickGetImageProfiles documentation error
Thanks for the doc errors. We'll get these problems corrected within the next few days.
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 ... trastImage
MagickBrightnessContrastImage has a wrong title: "Use MagickBrightnessContrastImage"
http://imagemagick.org/api/magick-image ... trastImage
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
http://imagemagick.org/api/magick-image ... nListImage
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
http://imagemagick.org/api/magick-image ... phaChannel
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
http://imagemagick.org/api/magick-image ... tImageBlob
Re: MagickGetImageProfiles documentation error
MagickGetImageCompression appears twice, and MagickGetImageCompressionQuality is missing.
http://imagemagick.org/api/magick-image ... ompression
http://imagemagick.org/api/magick-image ... ompression
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
http://imagemagick.org/api/magick-image ... eSignature
Re: MagickGetImageProfiles documentation error
All problems fixed in the Subversion repository. We will export the fixes to the ImageMagick web pages this weekend.
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 ... egateImage
http://imagemagick.org/api/magick-image ... egateImage
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
http://imagemagick.org/api/magick-image ... erizeImage
Re: MagickGetImageProfiles documentation error
In the type signature of MagickRollImage, the type of 'y' is given as 'const size_t'; it should be 'const ssize_t'.
http://imagemagick.org/api/magick-image ... kRollImage
http://imagemagick.org/api/magick-image ... kRollImage