public class TiffWriterTest extends Object
Constructor and Description |
---|
TiffWriterTest() |
Modifier and Type | Method and Description |
---|---|
void |
parse(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 testWriteFullImage() throws Exception
Exception
- Throw if an error occurred while writing.public void testWriteImageFourTiles() throws Exception
Exception
- Throw if an error occurred while writing.public void testWriteImageSplitHorizontal() throws Exception
Exception
- Throw if an error occurred while writing.public void testWriteImageSplitVertical() throws Exception
Exception
- Throw if an error occurred while writing.public void testWriteUnevenTilesImage128x128Block() throws Exception
Exception
- Throw if an error occurred while writing.Copyright © 2014 Open Microscopy Environment