Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include "FXCursor.h"
Go to the source code of this file.
Namespaces | |
namespace | FX |
Functions | |
bool | fxcheckGIF (FXStream &store) |
bool | fxloadGIF (FXStream &store, FXColor *&data, FXint &width, FXint &height) |
bool | fxsaveGIF (FXStream &store, const FXColor *data, FXint width, FXint height, bool fast=true) |
|
Check if stream contains a GIF, return TRUE if so.
|
|
Load an GIF (Graphics Interchange Format) file from a stream. Upon successful return, the pixel array and size are returned. If an error occurred, the pixel array is set to NULL. |
|
Save an GIF (Graphics Interchange Format) file to a stream. The flag "fast" is used to select the faster Floyd-Steinberg dither method instead of the slower Wu quantization algorithm. |
Copyright © 1997-2005 Jeroen van der Zijp |