| 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.
|
| 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. |
void |
Image.saveAdd(EncoderParameters encoderParams)
Adds a frame to the file or stream specified in a previous call to the one of Image.Save(...) methods.
|
void |
Image.saveAdd(Image image,
EncoderParameters encoderParams)
Adds a frame to the file or stream specified in a previous call to the one of Image.Save(...) methods.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.