|
Public Member Functions |
| | CzzImageGif (int width, int height, const CzzImageColor &bg_color) |
| | CzzImageGif (const char *file) |
| | CzzImageGif (const CzzImageGif &obj) |
| virtual | ~CzzImageGif () |
| void | drawText (int x, int y, const CzzImageFont &font, const ZZ_IMAGE_FONT_ORIENTATION &o, const CzzImageColor &color, const char *text) |
| void | dump (const char *file) const |
| void | paste (int x, int y, int width, int height, const CzzImageGif &image) |
| int | getWidth (void) const |
| int | getHeight (void) const |
| const CzzImageColor & | getBackgroundColor (void) const |
| const CzzImageGif & | operator= (const CzzImageGif &obj) |
Protected Member Functions |
| int | findColor (const CzzImageColor &color) |
| gdFontPtr | findFontPtr (const CzzImageFont &font) |