Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.sources |
Package contains different stream sources which are suitable for input or output data flow.
|
Modifier and Type | Method and Description |
---|---|
Source |
ImageOptionsBase.getSource()
Gets the source to create image in.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageOptionsBase.setSource(Source value)
Gets or sets the source to create image in.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCreateSource
Represents a file source for creation.
|
class |
FileOpenSource
Represents a file source for opening.
|
class |
FileSource
Represents a file source which is capable of files manipulation.
|
class |
StreamSource
Represents a stream source.
|