Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
Modifier and Type | Method and Description |
---|---|
static IcyColorModel |
Saver.getCompatibleColorModel(loci.formats.IFormatWriter writer,
IcyColorModel colorModel)
Return the closest compatible
IcyColorModel supported by writer
from the specified IcyColorModel . |
static IcyColorModel |
Saver.getCompatibleColorModel(loci.formats.IFormatWriter writer,
int numChannel,
DataType dataType)
Return the closest compatible
IcyColorModel supported by writer
from the specified image description. |
static IcyColorModel |
Saver.getCompatibleColorModel(ImageFileFormat imageFileFormat,
IcyColorModel colorModel)
Return the closest compatible
IcyColorModel supported by the specified image file format
from the specified IcyColorModel . |
static IcyColorModel |
Saver.getCompatibleColorModel(ImageFileFormat imageFileFormat,
int numChannel,
DataType dataType)
Return the closest compatible
IcyColorModel supported by the specified ImageFileFormat
from the specified image description. |
Modifier and Type | Method and Description |
---|---|
static IcyColorModel |
Saver.getCompatibleColorModel(loci.formats.IFormatWriter writer,
IcyColorModel colorModel)
Return the closest compatible
IcyColorModel supported by writer
from the specified IcyColorModel . |
static IcyColorModel |
Saver.getCompatibleColorModel(ImageFileFormat imageFileFormat,
IcyColorModel colorModel)
Return the closest compatible
IcyColorModel supported by the specified image file format
from the specified IcyColorModel . |
static boolean |
Saver.isCompatible(loci.formats.IFormatWriter writer,
IcyColorModel colorModel)
Return true if the specified writer is compatible with the given
IcyColorModel . |
static boolean |
Saver.isCompatible(ImageFileFormat imageFileFormat,
IcyColorModel colorModel)
Return true if the specified image file format is compatible with the given
IcyColorModel . |
Modifier and Type | Method and Description |
---|---|
IcyColorModel |
IcyBufferedImage.getIcyColorModel()
Return the IcyColorModel
|
Modifier and Type | Method and Description |
---|---|
static IcyBufferedImage |
IcyBufferedImage.createEmptyImage(int width,
int height,
IcyColorModel cm)
Deprecated.
|
Constructor and Description |
---|
IcyBufferedImage(int width,
int height,
IcyColorModel cm)
Create an ICY formatted BufferedImage with specified width, height and IcyColorModel
type.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteColorModel |
class |
DoubleColorModel |
class |
FloatColorModel |
class |
IntColorModel |
class |
LongColorModel |
class |
ShortColorModel |
class |
UByteColorModel |
class |
UIntColorModel |
class |
ULongColorModel |
class |
UShortColorModel |
Modifier and Type | Method and Description |
---|---|
static IcyColorModel |
IcyColorModel.createInstance()
Create default ColorModel : 4 components, unsigned byte data type
|
static IcyColorModel |
IcyColorModel.createInstance(IcyColorModel colorModel,
boolean copyColormap,
boolean copyBounds)
Creates a new ColorModel from a given icyColorModel
|
static IcyColorModel |
IcyColorModel.createInstance(int numComponents,
DataType dataType)
Creates a new ColorModel with the given color component and image data type
|
static IcyColorModel |
IcyColorModel.createInstance(int numComponents,
int dataType,
boolean signed)
Deprecated.
use
createInstance(int, DataType) instead |
IcyColorModel |
IcyColorModelEvent.getColorModel() |
Modifier and Type | Method and Description |
---|---|
void |
IcyColorModel.copyBounds(IcyColorModel source)
Deprecated.
Use
setBounds(IcyColorModel) instead. |
static IcyColorModel |
IcyColorModel.createInstance(IcyColorModel colorModel,
boolean copyColormap,
boolean copyBounds)
Creates a new ColorModel from a given icyColorModel
|
boolean |
IcyColorModel.isCompatible(IcyColorModel cm) |
void |
IcyColorModel.setBounds(IcyColorModel source)
Set bounds from specified
IcyColorModel |
Constructor and Description |
---|
IcyColorModelEvent(IcyColorModel colorModel,
IcyColorModelEvent.IcyColorModelEventType type,
int component) |
Modifier and Type | Method and Description |
---|---|
boolean |
LUT.isCompatible(IcyColorModel colorModel)
Return true if LUT is compatible with specified ColorModel.
|
Constructor and Description |
---|
LUT(IcyColorModel cm) |
Modifier and Type | Method and Description |
---|---|
IcyColorModel |
Sequence.getColorModel()
Returns the colorModel
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sequence.isCompatible(IcyColorModel cm)
Test if the specified colorModel is compatible with sequence colorModel
|