|
| | ImageFilter_GIF () |
| |
| virtual | ~ImageFilter_GIF () |
| |
| virtual String | description () |
| |
| virtual int | ident (FileObject &file, IMAGE &img) |
| | Grafikformat identifizieren. Mehr ...
|
| |
| virtual void | load (FileObject &file, Drawable &surface, IMAGE &img) |
| |
| virtual String | name () |
| |
| | PPL7EXCEPTION (IllegalImageFormatException, Exception) |
| |
| | PPL7EXCEPTION (EmptyImageException, Exception) |
| |
| virtual void | save (const Drawable &surface, FileObject &file, const Rect &area, const AssocArray ¶m=AssocArray()) |
| |
| virtual void | save (const Drawable &surface, FileObject &file, const AssocArray ¶m=AssocArray()) |
| |
| void | saveFile (const String &filename, const Drawable &surface, const Rect &area, const AssocArray ¶m=AssocArray()) |
| |
| void | saveFile (const String &filename, const Drawable &surface, const AssocArray ¶m=AssocArray()) |
| |
Dieser Import Filter erlaubt das Laden von GIF-Dateien. Der Code basiert auf einer Library von David Koblas.
+-------------------------------------------------------------------+
| Copyright 1990, 1991, 1993, David Koblas. (koblas@netcom.com) |
| Permission to use, copy, modify, and distribute this software |
| and its documentation for any purpose and without fee is hereby |
| granted, provided that the above copyright notice appear in all |
| copies and that both that copyright notice and this permission |
| notice appear in supporting documentation. This software is |
| provided "as is" without express or implied warranty. |
+-------------------------------------------------------------------+