Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

input 'image' , parameter issue #82

Open
showbit01 opened this issue Jul 19, 2023 · 0 comments
Open

input 'image' , parameter issue #82

showbit01 opened this issue Jul 19, 2023 · 0 comments

Comments

@showbit01
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant