| Home | Trees | Index | Help |
|---|
|
|
CachedImage,
EmptyImage,
FlipImage,
ImageFile,
PatternImage,
RotateImage,
ScaleImage,
SolidColor,
SubImage,
SuperImpose,
TileHoriz,
TileVert
>>> FlipImage(RotateImage(ImageFile('foo.gif', 90), horiz=True))
| Method Summary | |
|---|---|
__init__(self)
| |
__eq__(self,
other)
| |
__hash__(self)
| |
__repr__(self)
| |
Create and return pygame surface containing the image specified by this imagespec. | |
_load(self)
| |
| Class Variable Summary | |
|---|---|
dict |
_cache = {}
|
| Method Details |
|---|
__init__(self)
|
__eq__(self,
other)
|
__hash__(self)
|
__repr__(self)
|
load(self, add_to_cache=True)Create and return pygame surface containing the image specified by this imagespec. |
_load(self) |
| Class Variable Details |
|---|
_cache
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:47 2005 | http://epydoc.sf.net |