Skip to content

When installed through pip the pixelate.py file has an error #11

@Crowind

Description

@Crowind

When installed through pip the line

pil_image = Image.open(image).convert('RGBA')

in depixelate.py is incorrect. In the repo there's the correct one which is

pil_image = Image.fromarray(image).convert('RGBA')

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