Inheritance diagram for DiPNGPlugin:

Public Member Functions | |
| DiPNGPlugin () | |
| constructor | |
| virtual | ~DiPNGPlugin () |
| destructor | |
| virtual int | write (DiImage *image, FILE *stream, const unsigned long frame=0) const |
| write given image to a file stream (PNG format) | |
| void | setInterlaceType (DiPNGInterlace inter) |
| set interlace type for PNG creation | |
| void | setMetainfoType (DiPNGMetainfo minfo) |
| set metainfo type for PNG creation | |
Static Public Member Functions | |
| static OFString | getLibraryVersionString () |
| get version information of the PNG library. | |
Private Attributes | |
| DiPNGInterlace | interlaceType |
| PNG interlace type. | |
| DiPNGMetainfo | metainfoType |
| PNG metainfo type. | |
Definition at line 87 of file dipipng.h.
|
|
get version information of the PNG library. Typical output format: "LIBPNG, Version 3.5.7"
|
|
|
set interlace type for PNG creation
|
|
|
set metainfo type for PNG creation
|
|
||||||||||||||||
|
write given image to a file stream (PNG format)
Implements DiPluginFormat. |