IcoImage.AddPage
AddPage(RasterImage)
Expand your ICO image by adding an image page entry, leveraging the IcoOptions. This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality.
public void AddPage(RasterImage page)
| Parameter | Type | Description |
|---|---|---|
| page | RasterImage | The image. |
See Also
- class RasterImage
- class IcoImage
- namespace Aspose.Imaging.FileFormats.Ico
- assembly Aspose.Imaging
AddPage(Image)
Enrich your ICO image effortlessly by inserting an image page entry using the default settings from IcoOptions. This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency.
public void AddPage(Image page)
| Parameter | Type | Description |
|---|---|---|
| page | Image | The image. |
See Also
- class Image
- class IcoImage
- namespace Aspose.Imaging.FileFormats.Ico
- assembly Aspose.Imaging
AddPage(Image, IcoOptions)
Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified IcoOptions. This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file.
public void AddPage(Image page, IcoOptions icoOptions)
| Parameter | Type | Description |
|---|---|---|
| page | Image | The image. |
| icoOptions | IcoOptions | The ICO options. |
See Also
- class Image
- class IcoOptions
- class IcoImage
- namespace Aspose.Imaging.FileFormats.Ico
- assembly Aspose.Imaging