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 PageObject.images attribute #1330

Merged
merged 20 commits into from Sep 24, 2022
Merged

ENH: Add PageObject.images attribute #1330

merged 20 commits into from Sep 24, 2022

Commits on Sep 7, 2022

  1. Copy the full SHA
    5d1d71c View commit details
    Browse the repository at this point in the history
  2. Add docs

    MartinThoma committed Sep 7, 2022
    Copy the full SHA
    55669e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add docs

    MartinThoma committed Sep 8, 2022
    Copy the full SHA
    8cb5c98 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. fix flake8

    MartinThoma committed Sep 10, 2022
    Copy the full SHA
    85a67e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add mime types

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    4aed7ee View commit details
    Browse the repository at this point in the history
  2. Add more mime types

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    82e4796 View commit details
    Browse the repository at this point in the history
  3. Fix image extraction

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    ad19cc3 View commit details
    Browse the repository at this point in the history
  4. Update workflows

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    bb7185b View commit details
    Browse the repository at this point in the history
  5. Flake8 fix

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    fe7a965 View commit details
    Browse the repository at this point in the history
  6. Update

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    c18d2a6 View commit details
    Browse the repository at this point in the history
  7. mime type

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    4d8ac66 View commit details
    Browse the repository at this point in the history
  8. Fix

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    53bd98c View commit details
    Browse the repository at this point in the history
  9. mypy

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    b0cf635 View commit details
    Browse the repository at this point in the history
  10. fix imports

    MartinThoma committed Sep 15, 2022
    Copy the full SHA
    f1e7b84 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

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

Commits on Sep 18, 2022

  1. Rename 'file_extension' to 'format'

    This is consistent with Pillow: https://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.Image.format
    
    Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
    MartinThoma and MasterOdin committed Sep 18, 2022
    Copy the full SHA
    30fbf41 View commit details
    Browse the repository at this point in the history
  2. Format rename

    MartinThoma committed Sep 18, 2022
    Copy the full SHA
    4b77a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Remove mime type

    MartinThoma committed Sep 24, 2022
    Copy the full SHA
    c491881 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44efe78 View commit details
    Browse the repository at this point in the history
  3. Fix test

    MartinThoma committed Sep 24, 2022
    Copy the full SHA
    50447af View commit details
    Browse the repository at this point in the history