Mini application server API for C++.
inet
Class CzzImageGif
in zz_image_gif.h
- class CzzImageGif
CzzImageGif
public CzzImageGif( const char* file );
CzzImageGif
public CzzImageGif( const CzzImageGif& obj );
CzzImageGif
public CzzImageGif( int width, int height, const CzzImageColor& bg_color );
~CzzImageGif
public virtual ~CzzImageGif();
drawText
public void drawText( int x, int y, const CzzImageFont& font, const ZZ_IMAGE_FONT_ORIENTATION& o, const CzzImageColor& color, const char* text );
dump
public void dump( const char* file ) const;
findColor
protected int findColor( const CzzImageColor& color );
findFontPtr
protected gdFontPtr findFontPtr( const CzzImageFont& font );
getBackgroundColor
public const CzzImageColor& getBackgroundColor( void ) const;
getHeight
public int getHeight( void ) const;
getWidth
public int getWidth( void ) const;
operator=
public const CzzImageGif& operator=( const CzzImageGif& obj );
paste
public void paste( int x, int y, int width, int height, const CzzImageGif& image );