Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] fixed point perspective for imresize, zoom and imrotate #142

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2021

  1. fixed-point for imresize part 1: more consistant axes

    - (Breaking change) `imresize(::OffsetArray, ...)` now returns also
      an `OffsetArray` and uses `map(first, axes(img))` as the fixed
      point.
    - (Enhancement) `imresize(img, ::Indices)` now unconditionally returns
      an `OffsetArray`; this fixes the legacy type instability.
    johnnychen94 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    605be80 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. WIP: zoom

    johnnychen94 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    33b5559 View commit details
    Browse the repository at this point in the history