loganrosen / facebook-data-image-exif

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

Home Page:https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

License:MIT License


Languages

Language:Java 100.0%