public class PixelMessageDigest extends Object
A class for computing message digests of pixel data, decompressed if compressed.
Constructor and Description |
---|
PixelMessageDigest(String inputfilename) |
Modifier and Type | Method and Description |
---|---|
byte[] |
computePixelMessageDigestFromFrames(File inputFile) |
static void |
main(String[] arg)
Read an image and compute message digest of pixel data, decompressed if compressed.
|
public PixelMessageDigest(String inputfilename) throws DicomException, IOException, NoSuchAlgorithmException
public byte[] computePixelMessageDigestFromFrames(File inputFile) throws DicomException, IOException, NoSuchAlgorithmException
public static void main(String[] arg)
Read an image and compute message digest of pixel data, decompressed if compressed.
arg
- array of one string - the input image