xyb3rt / sxiv

Simple X Image Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it possible to remove all about Exif?

lucas-mior opened this issue · comments

Every single image I open throws the following error:
No Exif data found in the file.
Since I don't need exif support, I would like to remove it.
I've tried setting HAVE_LIBEXIF=0 in the Makefile and also
tried removing everything related in all the code.
To no avail. Is it possible to remove all about Exif in sxiv?
Please.

The problem was in the image-info script, which was calling exif2 on the images. My bad.