|  | Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  | 
#include <FXJPGImage.h>
Inheritance diagram for FX::FXJPGImage:

| Public Member Functions | |
| FXJPGImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1) | |
| virtual FXbool | loadPixels (FXStream &store) | 
| virtual FXbool | savePixels (FXStream &store) const | 
| void | setQuality (FXint q) | 
| FXint | getQuality () const | 
| virtual | ~FXJPGImage () | 
| Static Public Attributes | |
| const FXchar | fileExt [] | 
| const FXbool | supported | 
| 
 | ||||||||||||||||||||||||
| Construct an image from memory stream formatted in JPEG format. 
 | 
| 
 | 
| Destroy. 
 | 
| 
 | 
| Save pixels into stream in JPEG format. 
 Reimplemented from FX::FXImage. | 
| 
 | 
| Load pixels from stream in JPEG format. 
 Reimplemented from FX::FXImage. | 
| 
 | 
| Set image quality to save with. 
 | 
| 
 | 
| Get image quality setting. 
 | 
| 
 | 
| True if format is supported. 
 | 
|  Copyright © 1997-2005 Jeroen van der Zijp |