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.Exception
public void testConvertBr() throws java.lang.Exception
java.lang.Exception
public void testOperation() throws java.lang.Exception
java.lang.Exception
public void testMontage() throws java.lang.Exception
java.lang.Exception
public void testMixer() throws java.lang.Exception
java.lang.Exception
public void testMogrify() throws java.lang.Exception
java.lang.Exception
public void testIdentify() throws java.lang.Exception
java.lang.Exception
public void testComposite() throws java.lang.Exception
java.lang.Exception
public void testInfo() throws java.lang.Exception
java.lang.Exception
public void testNoiseFilter() throws java.lang.Exception
java.lang.Exception
public void testPipe() throws java.lang.Exception
java.lang.Exception
public void testReadBufferedImage() throws java.lang.Exception
java.lang.Exception
public void testWriteBufferedImage() throws java.lang.Exception
java.lang.Exception
public void testGraphicsMagick() throws java.lang.Exception
java.lang.Exception
public void testJpegtran() throws java.lang.Exception
java.lang.Exception
public void testAsync() throws java.lang.Exception
java.lang.Exception
public void testUFRaw() throws java.lang.Exception
java.lang.Exception
public void testExiftool() throws java.lang.Exception
java.lang.Exception
public void testDCRaw() throws java.lang.Exception
java.lang.Exception