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

Improve downscale #720

Merged
merged 7 commits into from
Apr 17, 2018
Merged

Improve downscale #720

merged 7 commits into from
Apr 17, 2018

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    bf7487f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Fix size of sample when scaling.

    The floating point "size" used for nearest should be 0, not 0.5.  Fix
    clamping so at least one source pixel is used sampled for each output
    pixel, but also so the floating point "size" applies to source size.
    
    I'm not too sure of this for scaling UP, but for scaling _down_ it
    seems more or less right.
    kaj committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    541177a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    4efc83e View commit details
    Browse the repository at this point in the history
  2. Add thumbnail methods.

    Fast integer-only downscaling.
    kaj committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    1e7df02 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    286535e View commit details
    Browse the repository at this point in the history
  2. Add scaleup example.

    kaj committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    7a7b5f1 View commit details
    Browse the repository at this point in the history
  3. Minor codestyle / doc.

    kaj committed Feb 4, 2018
    2 Configuration menu
    Copy the full SHA
    d2491b7 View commit details
    Browse the repository at this point in the history