| 65ba535c | 08-Jul-2026 |
Andreas Gohr <gohr@cosmocode.de> |
fix(media): suppress exif_read_data() warnings on malformed JPEGs
Reading the EXIF orientation of a JPEG called exif_read_data() without error suppression, so a file with a broken EXIF block emitted
fix(media): suppress exif_read_data() warnings on malformed JPEGs
Reading the EXIF orientation of a JPEG called exif_read_data() without error suppression, so a file with a broken EXIF block emitted a warning that the error handler logged on every media manager, detail page and media diff render.
Bump slika to 1.2.1, which suppresses the warning at the source.
show more ...
|