Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
/ imgsuki Public archive

A command line tool for manipulate images with Node.JS

License

Notifications You must be signed in to change notification settings

SiroDiaz/imgsuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgsuki

Build Status

A command line tool for manipulate images with Node.JS. Do you like sushi? try suki!

What is imgsuki?

Imgsuki is a command line Node.JS application for reducing time for small modifications that in GIMP or PhotoShop would take more time. It uses Sharp.js and Commander libraries and even more for getting image information as exif data or other details. More command will be added to simplify the hard task of edit images.

Commands availables

Options:

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

Commands:

resize [options] <file>            Resize the specified image
rotate [options] <file> <degrees>  Rotate the image in multiples of 90
convert [options] <file>           Converts the image to a supported format (.jpg and .png)
flip [options] <file>              Flips the image in the vertical Y axis
flop|mirror [options] <file>       Flips the image in the horizontal X axis
blur [options]                     Applies a blur effect
info|i [options]                   Command for retrieve image information

License

imgsuki is licensed under the MIT License. (See LICENSE)