node-photography-tools

1.0.4 • Public • Published

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);
});

Readme

Keywords

Package Sidebar

Install

npm i node-photography-tools

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • lucaskatayama