Object
RawPngImporter
IRawBitmapReader
![]() | Returns true if the import was aborted by progress handler. |
![]() | Returns the Author metadata field which is for name of image's creator |
![]() | Returns theCopyright metadata field which is for copyright notice |
![]() | Returns the description metadata field. |
![]() | Returns the disclaimer metadata field which is for legal disclaimer for the image. |
![]() | Returns human readable ErrorMessage. |
![]() | Forces images to be imported with channel depth as 8 bits even if the source image has 16 bits. |
![]() | Gamma value that was read from the image. |
![]() | Returns code of last error that occurred or zero if no error. |
![]() | If delegate is assigned to this property then the importer will report progress to the delegate method and the import can also be canceled from the delegate. |
![]() | Sets screen gamma to be used. You can use this property to forces 100% same result on all platforms. |
![]() | Returns the Software metadata field which is for name of the software used to create the image |
![]() | Returns the Source metadata field which is for name of the device used to create the image |
![]() | Returns the Title metadata field which is for short one line title for image |
![]() | Returns the Warning metadata field which is for warnings of nature of content |
![]() | Returns array of file extensions which this image format can use. |
![]() | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
![]() | Returns array of internet media types which this image format can use. |
![]() | Opens a PNG Image from a file. |
![]() | Opens a PNG Image from a IBinaryStreamWriter. |
![]() | Opens a PNG Image from a String. |
![]() | Reads header for the PNG image. |
![]() | Returns UTI identifier for the file format of this class. |
![]() | Returns UTI conforms to identifier for the file format of this class. |
![]() | Returns UTI description for the file format of this class. |
![]() |