Skip to content

Allow numpy args for conversion functions #26

@dkirkby

Description

@dkirkby

Some functions already work with numpy args (e.g., xyz_from_rgb) but others use functions or constructs that are not numpy aware (e.g., rgb_from_irgb uses float() and lab_from_xyz uses scalar '>'). This issue is a feature request to make all functions numpy compatible so that arrays can be converted with a single call instead of requiring (much slower) loops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions