|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.LossyImageCompression
public class LossyImageCompression
A class to categorize DICOM images as having been lossy compressed or not.
| Constructor Summary | |
|---|---|
LossyImageCompression()
|
|
| Method Summary | |
|---|---|
static String |
describeLossyCompression(AttributeList list)
Describe the nature of lossy compressed that has ever been applied to an image. |
static boolean |
hasEverBeenLossyCompressed(AttributeList list)
determine if an image has ever been lossy compressed. |
static void |
main(String[] arg)
Read a DICOM image input file, and determine if it has ever been lossy compressed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LossyImageCompression()
| Method Detail |
|---|
public static boolean hasEverBeenLossyCompressed(AttributeList list)
determine if an image has ever been lossy compressed.
list - list of attributes representing a DICOM image
public static String describeLossyCompression(AttributeList list)
Describe the nature of lossy compressed that has ever been applied to an image.
list - list of attributes representing a DICOM image
public static void main(String[] arg)
Read a DICOM image input file, and determine if it has ever been lossy compressed.
arg - one required parameters, the input file name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||