Skip to content

A simple program written in Golang that allows you to rename all pictures (.jpg/.jpeg) using the EXIF data (datetime, placename (API OpenStreetMap), gps position) if available.

Notifications You must be signed in to change notification settings

vomnes/manage-pictures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

manage-pictures

A simple program written in Golang that allows you to rename all pictures (.jpg/.jpeg) using the EXIF data (datetime,placename (API OpenStreetSource), gps position) if available.

Output

yyyy_mm_yy_hhmmName-City-CountryCode&<lat>&<long>.jpg
2016_06_03_1543ObservatoryHouse-CityofEdinburgh-gb&55.954697&-3.184333.jpg

GUI - Desktop

GUI 1

GUI 2

GUI 3

Usage

# Install package
go get -u github.com/xor-gate/goexif2/exif
go get -u github.com/xor-gate/goexif2/tiff

# Build program
cd rename-pictures
go build rename-pictures.go

# Run program
./rename-pictures <directory_path>

About

A simple program written in Golang that allows you to rename all pictures (.jpg/.jpeg) using the EXIF data (datetime, placename (API OpenStreetMap), gps position) if available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published