Package wx :: Class ImageHandler
[frames | no frames]

Type ImageHandler

object --+    
         |    
    Object --+
             |
            ImageHandler

Known Subclasses:
BMPHandler, GIFHandler, JPEGHandler, PCXHandler, PNGHandler, PNMHandler, TIFFHandler, XPMHandler

This is the base class for implementing image file loading/saving, and image creation from data. It is used within wx.Image and is not normally seen by the application.
Method Summary
  __init__(self)
  __repr__(self)
bool CanRead(self, name)
String GetExtension(self)
String GetMimeType(self)
String GetName(self)
long GetType(self)
  SetExtension(self, extension)
  SetMimeType(self, mimetype)
  SetName(self, name)
  SetType(self, type)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:17 2005 http://epydoc.sf.net