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

Embedart: fails on some jpegs because imghdr doesn't recognize the mimetype #1545

Merged
merged 10 commits into from
Jul 27, 2015
Merged

Embedart: fails on some jpegs because imghdr doesn't recognize the mimetype #1545

merged 10 commits into from
Jul 27, 2015

Commits on Jun 26, 2015

  1. implement fix-jpeg-detection:

    detect jpeg files using their magic bytes following the unix file implementation
    by adding a test function to the imghdr.tests list, as intended
    nath@home committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    187b96e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2015

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

Commits on Jul 21, 2015

  1. cleaner implementation

    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0c7fc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b349914 View commit details
    Browse the repository at this point in the history
  3. added tests

    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c8d3a6f View commit details
    Browse the repository at this point in the history
  4. flake8 fix

    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    4b63848 View commit details
    Browse the repository at this point in the history
  5. simple testing for wider_jpeg_detection now done in test_mediafile_ed…

    …ge.py
    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    b444ec4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    106ea70 View commit details
    Browse the repository at this point in the history
  7. added comment to the test

    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fc507fa View commit details
    Browse the repository at this point in the history
  8. smaller test image for fix-jpeg-detection

    nath@home committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    68ec829 View commit details
    Browse the repository at this point in the history