BRL.JPGLoader: | Functions | Modinfo | Source |
Function LoadPixmapJPeg:TPixmap( url:Object ) | |
Description | Load a Pixmap in JPeg format. |
Information | LoadPixmapJPG loads a pixmap from url in JPeg format. If the pixmap cannot be loaded, Null is returned. |
Function SavePixmapJPeg( pixmap:TPixmap,url:Object,quality=75 ) | |
Description | Save a Pixmap in JPeg format. |
Information | Saves pixmap to url in JPeg format. If successful, SavePixmapJPeg returns
True, otherwise False. The optional quality parameter should be in the range 0 to 100, where 0 indicates poor quality (smallest) and 100 indicates best quality (largest). |
Version | 1.04 |
---|---|
Author | Simon Armstrong, Jeffrey D. Panici |
License | Blitz Shared Source Code |
Copyright | Blitz Research Ltd |
Modserver | BRL |
History | 1.04 Release |
History | Removed print |
History | 1.03 Release |
History | Changed ReadBytes to Read for loader |
History | Added SaveJPEG function, thanks to Jeffrey D. Panici for the writefunc `fix' |
History | 1.02 Release |
History | Added support for monochrome / single channel |