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

input 'image' , parameter issue  #82

Description

@showbit01

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions