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

ENH: Add capability to replace image #1849

Merged
merged 45 commits into from
Jun 13, 2023
Merged

Commits on May 6, 2023

  1. BUG : fix RGB FlateEncode Images(PNG) and transparency

    Number of colors were not taken into account to process PNG Images
    
    also properly process mask to transparency
    
    closes py-pdf#1787
    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    ca44aec View commit details
    Browse the repository at this point in the history
  2. add test

    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    c4c7378 View commit details
    Browse the repository at this point in the history
  3. update req for pillow

    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    54b228f View commit details
    Browse the repository at this point in the history
  4. revert req

    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    8861d5d View commit details
    Browse the repository at this point in the history
  5. fix text

    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    56c076f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    330adcb View commit details
    Browse the repository at this point in the history
  7. Process TIFF predictor 2

    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    84bd081 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d34466 View commit details
    Browse the repository at this point in the history
  9. Lut

    attempt to fix depreciation in Pillow
    pubpub-zz committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a06a4a2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Lut2

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    0dcc07c View commit details
    Browse the repository at this point in the history
  2. mypy

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6e173b8 View commit details
    Browse the repository at this point in the history
  3. ref image updated

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    f6a264c View commit details
    Browse the repository at this point in the history
  4. disable test temporarily

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6703e9a View commit details
    Browse the repository at this point in the history
  5. erratum

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    a446cc4 View commit details
    Browse the repository at this point in the history
  6. improve test coverage

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    726eda0 View commit details
    Browse the repository at this point in the history
  7. get tuple

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    2704454 View commit details
    Browse the repository at this point in the history
  8. improve test coverage

    pubpub-zz committed May 7, 2023
    Configuration menu
    Copy the full SHA
    4f19824 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. factorisation and fixes

    pubpub-zz committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ae8e00c View commit details
    Browse the repository at this point in the history
  2. mypy

    pubpub-zz committed May 14, 2023
    Configuration menu
    Copy the full SHA
    9979039 View commit details
    Browse the repository at this point in the history
  3. mypy2

    pubpub-zz committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ca94859 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. mypy 3.7

    pubpub-zz committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d6405b2 View commit details
    Browse the repository at this point in the history
  2. add Test for CMYK

    checks the rendering
    pubpub-zz committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ef14cd9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    baebd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bdf874 View commit details
    Browse the repository at this point in the history
  3. extract Inline Images

    pubpub-zz committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2009a07 View commit details
    Browse the repository at this point in the history
  4. mypy

    pubpub-zz committed May 18, 2023
    Configuration menu
    Copy the full SHA
    814b70f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. improve coverage

    pubpub-zz committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e8600f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04aa288 View commit details
    Browse the repository at this point in the history
  3. from review

    pubpub-zz committed May 19, 2023
    Configuration menu
    Copy the full SHA
    61a0e10 View commit details
    Browse the repository at this point in the history
  4. test

    pubpub-zz committed May 19, 2023
    Configuration menu
    Copy the full SHA
    7e4115c View commit details
    Browse the repository at this point in the history
  5. mypy

    pubpub-zz committed May 19, 2023
    Configuration menu
    Copy the full SHA
    000659d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. New Image interface

    add interface
    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    d9c481c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c68f806 View commit details
    Browse the repository at this point in the history
  3. late fix

    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    4880f73 View commit details
    Browse the repository at this point in the history
  4. mypy

    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    7a1a714 View commit details
    Browse the repository at this point in the history
  5. add image replace

    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2d531d0 View commit details
    Browse the repository at this point in the history
  6. adjust threshold

    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    8a04c8c View commit details
    Browse the repository at this point in the history
  7. improve coverage

    pubpub-zz committed May 20, 2023
    Configuration menu
    Copy the full SHA
    a73e24a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

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

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    a688ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ada65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7bd18 View commit details
    Browse the repository at this point in the history
  4. DOC: replace

    MartinThoma authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d5ce8e7 View commit details
    Browse the repository at this point in the history
  5. Update pypdf/_utils.py

    MartinThoma authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7921953 View commit details
    Browse the repository at this point in the history
  6. Update pypdf/_utils.py

    MartinThoma authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2e79ce9 View commit details
    Browse the repository at this point in the history