Package | Description |
---|---|
com.aspose.imaging.fileformats.tiff | |
com.aspose.imaging.imageoptions |
Modifier and Type | Method and Description |
---|---|
TiffOptions |
TiffFrame.getFrameOptions()
Gets the frame create options.
|
Modifier and Type | Method and Description |
---|---|
static TiffFrame |
TiffFrame.createFrameFrom(TiffFrame tiffFrame,
TiffOptions options)
Creates the frame from specified
tiffFrame using the specified options . |
static TiffFrame |
TiffFrame.createInstance_internalized(TiffOptions options,
int width,
int height,
IRasterImageArgb32PixelLoader dataReader)
Creates the new instance of the
TiffFrame class. |
static void |
TiffFrame.save_internalized(RasterImage imageToLoadPixelsFrom,
TiffStreamWriter fileStream,
boolean isLastFrame,
TiffOptions frameOptions,
ExifData exifData,
XmpPacketWrapper xmpData,
Rectangle destImageBounds)
Save frame to stream
|
Constructor and Description |
---|
TiffFrame(InputStream stream,
TiffOptions options)
Initializes a new instance of the
TiffFrame class. |
TiffFrame(RasterImage image,
TiffOptions options)
Initializes a new instance of the
TiffFrame class. |
TiffFrame(String path,
TiffOptions options)
Initializes a new instance of the
TiffFrame class. |
TiffFrame(TiffOptions options,
int width,
int height)
Initializes a new instance of the
TiffFrame class. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.imaging_internal.imageoptions.validators.tiff.IPhotometricValidator |
TiffOptions.createOptionsValidator_internalized(TiffOptions options)
Creates the options validator.
|
Constructor and Description |
---|
TiffOptions(TiffOptions options)
Initializes a new instance of the
TiffOptions class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.