-
-
EXIF-Ex.it
EXIF Ex.it is an open-source application designed to remove sensitive embedded data from images.
EXIF-Ex.it
==========
EXIF Ex.it is an open-source application designed to remove sensitive embedded data from images.
-
php-image-exif-strip
Demo of stripping EXIF tags from Images using GD and Imagick
php-image-exif-strip
====================
Demo of stripping EXIF tags from Images using GD and Imagick
-
exif-categorize
... a simple script to move JPEG files into directories
depending on Exif tag values. Currently it's mostly hardcoded to do
a very ... -run` option to display actions instead of moving files
* accept exif tag names after `--tag` option
* aliases for some tags (eg ...
-
exif
Utility to show EXIF information hidden in JPEG files
-
-
exif-orientation-examples
Example images for the various EXIF orientation flags, in both landscape and portrait orientation.
EXIF Orientation-flag example images
====================================
Example images using each of the EXIF orientation flags (0-to-8), in both ...
-
Sort-exif--python-exiv2-
... by date and make directories year, motnh, date.
Sort-exif--python-exiv2-
========================
Sort files (with all formats) by date. Make directories year, motnh, date by date in exif headers. If exif headers is absent than informations take from ...
-
gps-exif-webcrawler
A Python script for finding JPGs with embedded GPS data.
gps-exif-webcrawler
===================
A Python script for finding JPGs with embedded GPS data.
-
exif-date-sorter
This gem can be used to sort photos with exif information into folder containing their year and month
# Exif:: ... Installation
Add this line to your application's Gemfile:
gem 'exif-date-sorter'
And then execute:
$ bundle
Or install it yourself ...
-
exif
... to be given the whole image.
if err != nil && err != exif.FoundExifInData {
t.Fatalf("Error loading bytes: %s", err.Error())
}
... := reader.Parse()
if err != nil {
t.Fatalf("Error parsing EXIF: %s", err.Error())
}
for key, val := range reader.Tags { ...
-