| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.imaging |
| Modifier and Type | Method and Description |
|---|---|
void |
Image.save(OutputStream stream,
ImageCodecInfo encoder,
EncoderParameters encoderParams)
Saves this image to the specified stream, with the specified encoder and image encoder parameters.
|
void |
Image.save(String filename,
ImageCodecInfo encoder,
EncoderParameters encoderParams)
Saves this
Image to the specified file, with the specified encoder and image-encoder parameters. |
| Modifier and Type | Method and Description |
|---|---|
static ImageCodecInfo[] |
ImageCodecInfo.getImageDecoders()
Returns an array of
ImageCodecInfo objects that contain information about the image decoders built into GDI+. |
static ImageCodecInfo[] |
ImageCodecInfo.getImageEncoders()
Returns an array of
ImageCodecInfo objects that contain information about the image encoders built into GDI+. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.