/facebook-data-image-exif

UI tool to add EXIF data back to images in a Facebook data export

Primary LanguageJavaMIT LicenseMIT

Facebook Data Image Exif Tool

Release GitHub Workflow Status Software License

A simple tool, written in Java, to add EXIF data back to images downloaded in a Facebook data export.

Instructions can be found here

Downloads can be found on the releases page!

Development

You need JDK 11.

sudo apt-get install openjdk-11-jdk

You can build a JAR using Maven:

JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ mvn clean package

Github Actions

Github actions are configured on this repository and will build JARs for you.

You will find these JARs in the build output of Pull Requests.

Further Reading