How to translate ImageMagick commands into ImageMagick API calls?

I need to do a little image processing on a large image, and I'm trying to use ImageMagick for this. Unfortunately, the API documentation has very low information content, with documentation similar to:

MagickDeleteImageArtifact

MagickDeleteImageArtifact() deletes a wand artifact.

The format of the MagickDeleteImageArtifact method is:

MagickBooleanType MagickDeleteImageArtifact(MagickWand *wand, const char *artifact)

A description of each parameter follows:

image
  the image.

artifact
  the image artifact.

Can someone suggest several sources of information for ImageMagick that would have, you know, information?

(and yes, this part of the “documentation” is inserted from the ImageMagick website with the wrong parameter)

. : iOS, ImageMagick C ( Objective-C ++). , , iOS, "" ( . , , iOS).

2. , "convert" . , ​​ API.

+5

All Articles