| GraphicsFormats REALbasic Plugin |
|
RawPngExporter Class
A class to Export Pictures to a PNG format. The result can be written to a File, string or IBinaryStreamWriter.
This class uses RawBitmap that is defined in TypeLib instead of REALbasic Pictures. RawBitmap can be used in console applications.
Object
RawPngExporter
class RawPngExporter
Properties
Gamma | Use this property to alter the default Gamma values for the Export. |
IgnoreMask | Set to true if Picture masks should not be exported. |
Methods
SaveToFile | Exports a RawBitmap to a PNG file. |
SaveToStream | Exports a RawBitmap formatted as PNG to a IBinaryStreamWriter. |
SaveToString | Exports a picture formatted as PNG to a String. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86