Skip to content

NodeJS gm command line script to check picture input if day, night or evening/morning

Notifications You must be signed in to change notification settings

weworkweplay/day_or_night

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Command line image day/night scanner

Install

npm install gm

ubuntu:

apt-get install graphicsmagick 

mac:

brew install graphicsmagick

Usage

node app.js [IMAGE_LOCATION] [IMAGE_LOCATION] [...]

example:

node app.js picture/test_night.jpg pictures/test_day.jpg pictures/test_morning.jpg

About

NodeJS gm command line script to check picture input if day, night or evening/morning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published