Skip to content

imresize without interpolation for integer upscaling #160

@anandijain

Description

@anandijain

is there something that performs this transformation?

[1 0; 0 0] -> [1 1 0 0; 1 1 0 0; 0 0 0 0; 0 0 0 0]

when I try to imresize(img, ratio=100) it seems to be interpolating but I just want to make the image bigger without degrading the pixels.

thanks

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