Export AnyBitmap
AnyBitmap
file generated from IronDrawing tool can be exported to other image formats with the ability to specify the degree of loss in the exported image. This enable users to balance the quality of the image needed with the size of the image file exported.
Exporting AnyBitmap
Files
To export an AnyBitmap
file into another image format, you simply need to load the AnyBitmap
file and use the .ExportFile()
method. This method has three overloads which allow you to set:
- Exported file name
- Image format
- Image quality loss
An exported image can be in one of the following formats:
- Bmp: Bitmap Image File
- Gif: Graphical Interchange Format
- Png: Portable Network Graphics
- Jpeg: Joint Photographic Experts Group
- Tiff: Tagged Image File Format
- Webp: Web Picture
- Wbmp: Wireless Bitmap
- Wmf: Windows Metafile
- Icon: Icon File