Back to Imagemagick

Signature

www/api/signature.html

7.1.2-21624 B
Original Source

Signature

Select API Method

SignatureImage

SignatureImage() computes a message digest from an image pixel stream with an implementation of the NIST SHA-256 Message Digest algorithm. This signature uniquely identifies the image and is convenient for determining if an image has been modified or whether two images are identical.

The format of the SignatureImage method is:

MagickBooleanType SignatureImage(Image \*image,ExceptionInfo \*exception)

A description of each parameter follows:

imagethe image. exceptionreturn any errors or warnings in this structure.