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

@showbit01

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

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