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

API: add antialiased to interpolation-stage in image #28061

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2024

  1. API: imshow make rgba the defaut stage when down-sampling

    imshow used to default to interpolating in data space.  That
    makes sense for up-sampled images, but fails in odd ways for
    down-sampled images.
    
    Here we introduce a new default value for *interpolation_stage*
    'antialiased', which changes the interpolation stage to 'rgba'
    if the data is downsampled or upsampled less than a factor of three.
    jklymak committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    51a7455 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
    jklymak and tacaswell committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    11f0359 View commit details
    Browse the repository at this point in the history
  3. DOC

    jklymak committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    122aaed View commit details
    Browse the repository at this point in the history
  4. DOC

    jklymak committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a8cf3b0 View commit details
    Browse the repository at this point in the history
  5. DOC

    jklymak committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e64f8ba View commit details
    Browse the repository at this point in the history
  6. DOC

    jklymak committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    afbdfd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Apply suggestions from code review

    Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
    jklymak and timhoffm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2e22643 View commit details
    Browse the repository at this point in the history