Skip to content

Image interpolation method for downscaling (nearest neighbour, antialias) #128

Open
@Animenosekai

Description

@Animenosekai

I was testing different resizing algorithms and I noticed that the Nearest Neighbour algorithm is way faster than Antialiasing.

I was just wondering why ImageHash used Image.ANTIALIAS over Image.NEAREST for something that will be processed by the program (we don't really care about how the image look if we have the features)

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