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

Fixed bug with rounding pixels to palette colors #6377

Merged
merged 5 commits into from Jun 22, 2022

Commits on Jun 18, 2022

  1. Fixed bug with rounding pixels to palette

    This fixes a bug with rounding pixels to the nearest palette color. Specifically, there is a typo with computing the minimum distance from a palette color to a given cache box. This is causing palette colors to be incorrectly excluded from consideration.
    btrekkie committed Jun 18, 2022
    Copy the full SHA
    9f9e265 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Copy the full SHA
    5f6bc0e View commit details
    Browse the repository at this point in the history
  2. Added test

    radarhere committed Jun 19, 2022
    Copy the full SHA
    a2eff2a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Merge pull request #2 from radarhere/fix-round-to-palette

    Removed python-pillow#6377 from release notes
    btrekkie committed Jun 20, 2022
    Copy the full SHA
    f100726 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b7dc310 View commit details
    Browse the repository at this point in the history