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.

extend Image.resolve_image() to support PIL images and/or numpy arrays #78

@A-Schmid

Description

@A-Schmid

From my understanding, it is currently only possible to add image annotations based on an image file.
When creating the annotation dynamically (e.g. with OpenCV), we have to take the long route of saving the annotation first and opening it again by passing a file path or PIL ImageFile object. Especially for high resolution images, writing to disk takes a while so performance would be improved significantly by just using the image directly from memory.

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