Skip to content

Photo thumbnailer and metadata extractor written in rust

Notifications You must be signed in to change notification settings

thorbenk/thumbrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbrs

Photo thumbnailer and metadata extractor written in rust

Build Status

screencast

Usage

thumbrs <inpath> <outpath>

This will walk the given input path recursively, finding all photos. For each photo, thumbrs will

  • extract EXIV metadata (like file size, orientation, rating, camera model). The metadata of all photos within a directory are aggregated into a _<dirname>.json file
  • generate thumbnails in various sizes (in parallel) The input's directory structure is mirrored in <outpath>.

Building

On Ubuntu 17.04:

sudo apt install dh-autoreconf nasm # for building mozjpeg-sys
sudo apt install libgexiv2-dev

git clone https://github.com/thorbenk/thumbrs.git && cd thumbrs
cargo build --release

About

Photo thumbnailer and metadata extractor written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages