Skip to content

Slightly incorrect image size during zooming? #25

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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