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 Paeth PNG filter compression (predictor value = 4) #537

Merged
merged 10 commits into from
Aug 26, 2021

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    dd3b827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4240c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

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

Commits on Aug 23, 2021

  1. Refactor: use variable names that are very close to the pseudo code a…

    …nd add pieces of the docs to show what is going on.
    pietermarsman committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    8716e56 View commit details
    Browse the repository at this point in the history
  2. Fix line length issues

    pietermarsman committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    779121c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3e28a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    47e9ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d26851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3909072 View commit details
    Browse the repository at this point in the history
  4. Make if-else consistent

    pietermarsman committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0f6f968 View commit details
    Browse the repository at this point in the history