GraphicsFormats Xojo plugin |
|
RawBMPExporter Class
A class to Export RawBitmap to a BMP format. The result can be written to a File or String.
Alpha channels are supported but not many programs that support BMP actually know how to use BMP with alpha channels.
Object
RawBMPExporter
class RawBMPExporter implements
IRawBitmapWriter
IRawBitmapWriterV2
Properties
Aborted | Returns true if the export was aborted by progress handler. |
ErrorMessage | Error message for last error that occurred. |
LastError | Returns enum error code for last error that occurred. |
ProgressHandler | If delegate is assigned to this property then the exporter will report progress to the delegate method and the export can also be canceled from the delegate. |
Methods
FileExtensions | Returns array of file extensions which this image format can use. |
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
InternetMediaTypes | Returns array of internet media types which this image format can use. |
SaveToFile | Saves a bitmap to a BMP file. |
SaveToString | Saves a bitmap to BMP formatted string. |
UTI | Returns UTI identifier for the file format of this class. |
UTIConformsTo | Returns UTI conforms to identifier for the file format of this class. |
UTIDescription | Returns UTI description for the file format of this class. |
Enumerations
ErrorValues | Enum representing error codes which this class can return. |
Constants
Version = 10.02 | |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS