libexif / exif

A small command-line utility to show EXIF information hidden in JPEG files
GNU Lesser General Public License v2.1
55 stars 22 forks source link

Add newline, even when bailing out #7

Open jidanni opened 2 years ago

jidanni commented 2 years ago

Please always add a newline. even when quitting abruptly.

00:43 tmp$ exif a.jpg|tail -n 2
Corrupt data
The data provided does not follow the specification.
ExifEntry: The tag 'GPSAltitudeRef' contains data of an invalid format ('Rational', expected 'Byte').
Longitude           |120, 43, 21.4399
Altitude Reference  |00:43 tmp$ 

$ exif --version 0.6.22