| http://www.ccl.net/cca/software/X-WINDOW/ImageMagick/ImageMagick/www/api/signature.shtml |
|
CCL signature |
|
NAMEsignature - Compute a Digital Signature for a Image Colormap
SYNOPSISComputeMessageDigest(message_digest,input_message,message_length)InitializeMessageDigest(message_digest) SignatureImage(image) TransformMessageDigest(message_digest,message) UpdateMessageDigest(message_digest,input_message,message_length)
FUNCTION DESCRIPTIONS
ComputeMessageDigestFunction ComputeMessageDigest computes the message digest.The format of the ComputeMessageDigest routine is:
ComputeMessageDigest(message_digest,input_message,message_length) A description of each parameter follows:
InitializeMessageDigestFunction InitializeMessageDigest initializes the message digest structure.The format of the InitializeMessageDigest routine is:
InitializeMessageDigest(message_digest) A description of each parameter follows:
TransformMessageDigestFunction TransformMessageDigest updates the message digest.The format of the TransformMessageDigest routine is:
TransformMessageDigest(message_digest,message) A description of each parameter follows:
UpdateMessageDigestFunction UpdateMessageDigest updates the message digest.The format of the UpdateMessageDigest routine is:
UpdateMessageDigest(message_digest,input_message,message_length) A description of each parameter follows:
SignatureImageFunction SignatureImage computes a digital signature from an image. This signature uniquely identifies the image and is convenient for determining if the colormap of a sequence of images is identical when animating. The digital signature is from RSA Data Security MD5 Digest Algorithm described in Internet draft [MD5], July 1992.The format of the SignatureImage routine is:
SignatureImage(image) A description of each parameter follows:
|
[ CCL Home Page ]
[ api ]
[ Raw Version of this page ]
| Modified: Wed May 7 00:32:25 1997 GMT |
| Page accessed 1819 times since Sat Apr 17 22:32:34 1999 GMT |