1.0.1 • Published 5 years ago

static-image-galery v1.0.1

Weekly downloads
2
License
GPL
Repository
github
Last release
5 years ago

Static image galery

Generate thumbnails and a JSON for folders containing images.

This is useful to me to generate image galeries from photo albums to publish to Jekyll websites.

For now this is a CLI tool.

Install

$ npm install -g static-image-galery

How to use it

$ static-image-galery path/to/image/folder/ path/to/jekyll/_data/

Command line arguments:

  • from folder: folder with your photos
  • to folder: folder which will receive image thumbnails, default: from
  • json file: path for the generated JSON data file, default: from+name of "from" folder
  • small size, default: "250x?"
  • big size, default: "800x?"

Example:

* static-image-galery ~/Downloads/swl_anglet_190820 assets/swl_anglet_190820/ _data/swl_anglet_190820.json