pdf-annotate icon indicating copy to clipboard operation
pdf-annotate copied to clipboard

input 'image' , parameter issue

Open showbit01 opened this issue 2 years ago • 0 comments

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

showbit01 avatar Jul 19 '23 07:07 showbit01