pel / pel

PHP Exif Library - library for reading and writing Exif headers in JPEG and TIFF files using PHP.

Home Page:https://github.com/pel/pel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEL 0.9.10 does not write JPEG files correctly

mondrake opened this issue · comments

drupal/file_mdm_exif started failing automated tests as soon as it started installing PEL 0.9.10

https://www.drupal.org/pift-ci-job/1950778

Introducing a conflict to this version in composer.json is sufficient to go back to installing 0.9.9, which works OK.

Apparently the issue is with saving JPEG files.

Maybe duplicate or very similar issue like #183 ?

Please test with latest release 0.9.12

Yes, it seems #191 fixed this issue. Thanks!