1.0.4 • Published 8 years ago

node-photography-tools v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Node Photography Tools

A collection of photography tools

Wiki

Installation

$ npm install -g node-photography-tools

CLI Tools

  1. Importer

Modules

  1. Rename

Importer

Receive a input folder with all photos, and copy to a destination folder, renaming using Exif Original Date (YYYY.MM.dd_HH.mm.ss)

DSC0001.JPG >>> 2016.01.01_13.14.55.JPG

$ photo-importer -f <from folder> -t <to folder>

Rename

var rename = require('rename');
rename('/path/to/image').then(function(renamed){
   //Use renamed
   console.log(renamed);
});
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago