| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Image
This class represents a 32 bit RGBA image.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
__instance_size__ = 16
|
|
| Properties | |
|
background The background color of the image. |
|
|
Inherited from |
|
| Method Details |
__init__( (object)arg1, (int)arg2, (int)arg3) -> None :
C++ signature :
void __init__(_object*,int,int)
|
helper for pickle
|
blend( (Image)arg1, (int)arg2, (int)arg3, (Image)arg4, (float)arg5) -> None :
C++ signature :
void blend(mapnik::Image32 {lvalue},unsigned int,unsigned int,mapnik::Image32,float)
|
height( (Image)arg1) -> int :
C++ signature :
unsigned int height(mapnik::Image32 {lvalue})
|
open( (str)arg1) -> Image :
C++ signature :
boost::shared_ptr<mapnik::Image32> open(std::string)
|
save( (Image)arg1, (str)arg2 [, (str)arg3]) -> None :
C++ signature :
void save(mapnik::Image32,std::string [,std::string])
|
tostring( (Image)arg1) -> object :
C++ signature :
_object* tostring(mapnik::Image32)
tostring( (Image)arg1, (str)arg2) -> object :
C++ signature :
_object* tostring(mapnik::Image32,std::string)
|
view( (Image)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> ImageView :
C++ signature :
mapnik::image_view<mapnik::ImageData<unsigned int> > view(mapnik::Image32 {lvalue},unsigned int,unsigned int,unsigned int,unsigned int)
|
width( (Image)arg1) -> int :
C++ signature :
unsigned int width(mapnik::Image32 {lvalue})
|
| Property Details |
backgroundThe background color of the image.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 8 15:33:04 2009 | http://epydoc.sourceforge.net |