Skip to content

Slightly incorrect image size during zooming? #25

@cgilhuly

Description

@cgilhuly

nx=int((nx -1) * f + 1), ny=int((ny - 1)* f + 1))

Using (n_x/y - 1) * f + 1 to rescale image results in final zoomed image being f - 1 pixels too small in each dimension (at least for integer values of f). Is this intentional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions