Skip to content

plyo/convert-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qConcept image processor

This is a script based on GraphicsMagick to optimize and resize images for use on the qConcept platform

How to Install

GraphicsMagick is a prerequisite, so install it first.

Then:

$ npm install Qlimt/convert-images

How to Use

Usage: npm start -- [options] <imagefile ...>
Or if you bave babel globally installed: babel-node index.js [options] <imagefile ...>

Takes an image as input and applies optimizations, outputting the results to './output/'

Options:

-h, --help output usage information -V, --version output the version number

NOTE: The .output/ directory must be empty!

About

CLI tool to create a set of optimized, resized images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published