pdf-annotate
pdf-annotate copied to clipboard
input 'image' , parameter issue
Trying to input image but in Image.py there is a parameter of (self._appearance.image) missing.
This is the function in Image.py file.
def image_xobject(self):
if self._image_xobject is None:
self._image_xobject = self.make_image_xobject(
self._appearance.image,
)
return self._image_xobject