public interface ICompressedTileWriter
Modifier and Type | Method and Description |
---|---|
default Codec |
getCodec() |
default CodecOptions |
getCodecOptions() |
default void |
saveCompressedBytes(int no,
byte[] buf,
int x,
int y,
int w,
int h)
Save a compressed tile to the current output file.
|
default void saveCompressedBytes(int no, byte[] buf, int x, int y, int w, int h) throws FormatException, java.io.IOException
no
- plane indexbuf
- compressed tile bytesx
- pixel X coordinate of the upper-left corner of the tiley
- pixel Y coordinate of the upper-left corner of the tilew
- width in pixels of the compressed tileh
- height in pixels of the compressed tileFormatException
java.io.IOException
default Codec getCodec()
default CodecOptions getCodecOptions()
Copyright © 2024 Open Microscopy Environment