public class TgaOptions extends ImageOptionsBase
The TGA file format create options.
Saving of the JPG image as a TGA image.
try (Image image = Image.load("test.jpg")) { image.save("test.tga", new TgaOptions()); }
Constructor and Description |
---|
TgaOptions()
Initializes a new instance of the
TgaOptions class. |
TgaOptions(TgaOptions tgaOptions)
Initializes a new instance of the
TgaOptions class. |
deepClone, getBufferSizeHint, getFullFrame, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setFullFrame, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
close, dispose, getDisposed
public TgaOptions()
Initializes a new instance of the TgaOptions
class.
public TgaOptions(TgaOptions tgaOptions)
Initializes a new instance of the TgaOptions
class.
tgaOptions
- The TGA options.