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

Refactor EpsImagePlugin and deprecate PSFile #6879

Merged
merged 18 commits into from
Apr 1, 2023

Commits on Jan 10, 2023

  1. refactor EpsImagePlugin

    Merge the PSFile class into the EpsImageFile class to hopefully improve performance.
    Also added a check for the required "%!PS-Adobe" and "%%BoundingBox" header comments.
    Yay295 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c3134dc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

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

Commits on Jan 12, 2023

  1. add more eps file tests

    Yay295 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0334e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bdcfe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    4c2550d View commit details
    Browse the repository at this point in the history
  2. add tests for long lines

    Yay295 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3d6770d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    be9aea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd0fac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35463e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    62ab8bf View commit details
    Browse the repository at this point in the history
  2. hyphenate "backwards-compatibility"

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    Yay295 and hugovk committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    99b153c View commit details
    Browse the repository at this point in the history
  3. split long line

    Yay295 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0f27dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd985b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    4f9c384 View commit details
    Browse the repository at this point in the history
  2. add link to %ImageData definition

    and remove empty comment lines
    Yay295 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    60b717a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281cbc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    b8b153f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d0c8f View commit details
    Browse the repository at this point in the history