Skip to content

Speed-up fill algorithm #1

Description

@debruijn

Currently the fill algorithm can be slow, especially for high-res pictures where a lot of areas need to be filled. I am currently using the pillow.ImageDraw.floodfill() tool - perhaps there is something faster. Or alternatively, I might be able to write something myself in Rust (since the pictures are just arrays of numbers from 0 to 255).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions