public class Test
extends java.lang.Object
| Constructor | Description |
|---|---|
Test() |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Main-method.
|
void |
testAsync() |
Test of asynchronous execution.
|
void |
testComposite() |
Basic test of composite.
|
void |
testConvert() |
Basic test of convert.
|
void |
testConvertBr() |
|
void |
testDCRaw() |
Test of dcraw.
|
void |
testExiftool() |
Test of exiftool.
|
void |
testGraphicsMagick() |
Basic test of GraphicsMagick.
|
void |
testIdentify() |
Basic test of identify.
|
void |
testInfo() |
Test image-information retrivial.
|
void |
testJpegtran() |
Test of jpegtran.
|
void |
testMixer() |
Test using a channel-mixer.
|
void |
testMogrify() |
Basic test of mogrify.
|
void |
testMontage() |
Basic test of montage.
|
void |
testNoiseFilter() |
Test the noise-filter.
|
void |
testOperation() |
Test adding operations and suboperations.
|
void |
testPipe() |
Test piping input and output to an IM command.
|
void |
testReadBufferedImage() |
Test image-conversion from BufferedImages.
|
void |
testUFRaw() |
Test of ufraw-batch.
|
void |
testWriteBufferedImage() |
Test image-conversion to BufferedImages.
|
public static void main(java.lang.String[] args)
public void testConvert()
throws java.lang.Exception
java.lang.Exceptionpublic void testConvertBr()
throws java.lang.Exception
java.lang.Exceptionpublic void testOperation()
throws java.lang.Exception
java.lang.Exceptionpublic void testMontage()
throws java.lang.Exception
java.lang.Exceptionpublic void testMixer()
throws java.lang.Exception
java.lang.Exceptionpublic void testMogrify()
throws java.lang.Exception
java.lang.Exceptionpublic void testIdentify()
throws java.lang.Exception
java.lang.Exceptionpublic void testComposite()
throws java.lang.Exception
java.lang.Exceptionpublic void testInfo()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoiseFilter()
throws java.lang.Exception
java.lang.Exceptionpublic void testPipe()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadBufferedImage()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteBufferedImage()
throws java.lang.Exception
java.lang.Exceptionpublic void testGraphicsMagick()
throws java.lang.Exception
java.lang.Exceptionpublic void testJpegtran()
throws java.lang.Exception
java.lang.Exceptionpublic void testAsync()
throws java.lang.Exception
java.lang.Exceptionpublic void testUFRaw()
throws java.lang.Exception
java.lang.Exceptionpublic void testExiftool()
throws java.lang.Exception
java.lang.Exceptionpublic void testDCRaw()
throws java.lang.Exception
java.lang.Exception