BRL.PNGLoader: | Functions | Modinfo | Source |
Function LoadPixmapPNG:TPixmap( url:Object ) | |
Description | Load a Pixmap in PNG format. |
Information | LoadPixmapPNG loads a pixmap from url in PNG format. If the pixmap cannot be loaded, Null is returned. |
Function SavePixmapPNG( pixmap:TPixmap,url:Object,compression=5 ) | |
Description | Save a Pixmap in PNG format. |
Information | SavePixmapPNG saves pixmap to url in PNG format. If successful, SavePixmapPNG returns
True, otherwise False. The optional compression parameter should be in the range 0 to 9, where 0 indicates no compression (fastest) and 9 indicates full compression (slowest). |
Version | 1.03 |
---|---|
Author | Mark Sibly |
License | Blitz Shared Source Code |
Copyright | Blitz Research Ltd |
Modserver | BRL |
History | 1.03 Release |
History | Added Gray/Alpha support |
History | 1.02 Release |
History | Fixed palettized/grayscale support |