public class TiffWriterTest
extends java.lang.Object
Constructor and Description |
---|
TiffWriterTest() |
Modifier and Type | Method and Description |
---|---|
void |
parse(java.lang.String id) |
void |
tearDown() |
void |
testWriteFullImage()
Tests the writing of the full size image as JPEG200 stream.
|
void |
testWriteImageFourTiles()
Tests the writing of the image divided in 4 blocks.
|
void |
testWriteImageSplitHorizontal()
Tests the writing of the image with 2 tiles with full width.
|
void |
testWriteImageSplitVertical()
Tests the writing of the image with 2 tiles with full height.
|
void |
testWriteUnevenTilesImage128x128Block()
Tests the writing of blocks of 256x256.
|
void |
testWriteUnevenTilesImage256x256Block()
Tests the writing of blocks of 256x256.
|
public void parse(java.lang.String id) throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testWriteFullImage() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.public void testWriteImageFourTiles() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.public void testWriteImageSplitHorizontal() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.public void testWriteImageSplitVertical() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.public void testWriteUnevenTilesImage128x128Block() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.public void testWriteUnevenTilesImage256x256Block() throws java.lang.Exception
java.lang.Exception
- Throw if an error occurred while writing.Copyright © 2014 Open Microscopy Environment