__init__ (
self,
mappdf,
dummy,
imagename,
mask="auto",
)
Initializes an image Map object.
mappdf : the PDF Map object
dummy : unused, but provides a constructor consistent
with other MapObjects
imagename : image name or directory name
mask : either "auto" or a color tuple or empty (which means "auto" too)
represents the color to mask in the image (the transparent color)
|