All Projects → addshore → facebook-data-image-exif

addshore / facebook-data-image-exif

Licence: MIT license
UI tool to add EXIF data back to images in a Facebook data export

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to facebook-data-image-exif

picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (-43.59%)
Mutual labels:  photos, exif
exiftool-json-db
Maintain a JSON database of photos and videos with their metadata
Stars: ✭ 18 (-53.85%)
Mutual labels:  photos, exif
photos2geojson
html map gallery from photos
Stars: ✭ 39 (+0%)
Mutual labels:  photos, exif
Exifer
A lightweight Exif meta-data decipher.
Stars: ✭ 290 (+643.59%)
Mutual labels:  photos, exif
Magicalcamera
A library to take picture easy, transform your data in different format and save photos in your device
Stars: ✭ 327 (+738.46%)
Mutual labels:  photos, exif
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+320.51%)
Mutual labels:  photos, exif
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+2053.85%)
Mutual labels:  photos, exif
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+412.82%)
Mutual labels:  photos, exif
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-69.23%)
Mutual labels:  photos
nano photos provider2
PHP photos provider for nanogallery2
Stars: ✭ 37 (-5.13%)
Mutual labels:  photos
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+1489.74%)
Mutual labels:  photos
TinyEXIF
Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG.
Stars: ✭ 87 (+123.08%)
Mutual labels:  exif
fashion dataset
Fashionista Dataset for training machine learning models
Stars: ✭ 69 (+76.92%)
Mutual labels:  photos
ImagePicker
UIImagePickerController for camera and photo library
Stars: ✭ 26 (-33.33%)
Mutual labels:  photos
PhotosExporter
Command line program to export and backup your macOS Photos Library
Stars: ✭ 133 (+241.03%)
Mutual labels:  photos
Compressor
An android image compression library.
Stars: ✭ 6,745 (+17194.87%)
Mutual labels:  photos
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (-38.46%)
Mutual labels:  photos
go-unsplash
Go Client for the Unsplash API
Stars: ✭ 70 (+79.49%)
Mutual labels:  photos
tyf
Manipulate EXIF and IFD metadata.
Stars: ✭ 16 (-58.97%)
Mutual labels:  exif
Selfhosted-Google-Photos-Alternative
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want.
Stars: ✭ 143 (+266.67%)
Mutual labels:  photos

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.

Releasing

Bump the version in 2 places in code, and write the CHANGELOG.

Navigate to the Github Actions build for the commit that you are looking to release from.

Test the jar locally. =]

Make the release:

  • "Draft a new release on Github"
  • Enter the tag for the version you coded in
  • Enter the changelog into the release description
  • Rename the JAR you tested "with-dependencies" to "facebook-data-image-exif.jar"
  • Attach the JAR to the release
  • Hit "Publish release"
  • TADA!

Further Reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].