Package gov.nih.mipav.model.file
Class MetadataExtractorTest.PsdReaderTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.PsdReaderTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.PsdReaderTest extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description PsdReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataExtractor.PsdHeaderDirectory
processBytes(java.lang.String file)
void
test10x12x16bitCMYK()
void
test8x8x8bitGrayscale()
-
-
-
Method Detail
-
processBytes
public MetadataExtractor.PsdHeaderDirectory processBytes(java.lang.String file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
test8x8x8bitGrayscale
public void test8x8x8bitGrayscale() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test10x12x16bitCMYK
public void test10x12x16bitCMYK() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-