Object
RawPngExporter
IRawBitmapWriter
![]() | Writes to the Author metadata field which is for name of image's creator |
![]() | Sets compression level (0 - 9) |
![]() | Writes to the Copyright metadata field which is for copyright notice |
![]() | Writes to the description metadata field. |
![]() | Writes to the disclaimer metadata field which is for legal disclaimer for the image. |
![]() | Use this property to alter the default Gamma values for the Export. |
![]() | If set to true then the alpha channel in a image is not imported if the image has an alpha channel. |
![]() | Returns code of last error that occurred or zero if no error. |
![]() | Sets screen gamma to be used. You can use this property to forces 100% same result on all platforms. |
![]() | Writes to the Software metadata field which is for name of the software used to create the image |
![]() | Writes to the Source metadata field which is for name of the device used to create the image |
![]() | Writes to the Title metadata field which is for short one line title for image |
![]() | Writes to the Warning metadata field which is for warnings of nature of content |
![]() | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
![]() | Exports a RawBitmap to a PNG file. |
![]() | Exports a RawBitmap formatted as PNG to a IBinaryStreamWriter. |
![]() | Exports a picture formatted as PNG to a String. |
![]() |