Open pepemao opened 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.
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.
Hey there, I've tried
exif filename.jpg
andexif -l filename.jpg
in both cases terminal window is being closed. What's going on? Cheers