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

Added support for decoding plain PPM formats #5242

Merged
merged 22 commits into from Jun 14, 2022

Commits on Mar 4, 2022

  1. Expand preamble and _open function

    Piolie authored and radarhere committed Mar 4, 2022
    Copy the full SHA
    1ed0571 View commit details
    Browse the repository at this point in the history
  2. Implement bitonal decoder

    Piolie authored and radarhere committed Mar 4, 2022
    Copy the full SHA
    ea7e108 View commit details
    Browse the repository at this point in the history
  3. Implement grayscale/color decoder

    Piolie authored and radarhere committed Mar 4, 2022
    Copy the full SHA
    652f447 View commit details
    Browse the repository at this point in the history
  4. Add tests for plain PPM

    Piolie authored and radarhere committed Mar 4, 2022
    Copy the full SHA
    c1744e8 View commit details
    Browse the repository at this point in the history
  5. Update src/PIL/PpmImagePlugin.py

    Remove commented line.
    
    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    Piolie and radarhere committed Mar 4, 2022
    Copy the full SHA
    be97a85 View commit details
    Browse the repository at this point in the history
  6. Added context managers

    radarhere committed Mar 4, 2022
    Copy the full SHA
    7aa7d85 View commit details
    Browse the repository at this point in the history
  7. Renamed decoder

    radarhere committed Mar 4, 2022
    Copy the full SHA
    2922a00 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    97982cf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Copy the full SHA
    d20f39d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0215175 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Copy the full SHA
    073acd4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e04416 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4fcef0d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Copy the full SHA
    e32a94e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d5a2d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Copy the full SHA
    e3b53dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edc6c3d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Copy the full SHA
    5051a29 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

  1. Parametrized tests

    radarhere committed Jun 14, 2022
    Copy the full SHA
    216cd37 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6eb6232 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1bac1cf View commit details
    Browse the repository at this point in the history