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

Crash after putting a command #6

Open pepemao opened 3 years ago

pepemao commented 3 years ago

Hey there, I've tried exif filename.jpg and exif -l filename.jpg in both cases terminal window is being closed. What's going on? Cheers

msmeissn commented 3 years ago

How do you call it?

The exif program is a commandline tool and will print the EXIF data to its text output and then terminate.

dfandrich commented 3 years ago

We'll need more information to help. What platform is this? What version of exif? How are you running the program? What file are you using? exif has no power on its own to kill the terminal program it's running under, so that particular problem must be something else related to your environment.