Go to file
2024-06-14 15:29:46 -04:00
exif_viewer.c Initial commit 2024-06-14 15:29:46 -04:00
README Initial commit 2024-06-14 15:29:46 -04:00

Requires: libexif-dev on Debain or libexif-devel on Fedora/RHEL

Compile:

gcc -o exif_viewer exif_viewer.c $(pkg-config --cflags --libs libexif)