0.4.1 • Published 3 years ago

clipix v0.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Clipix

Clipix, nice image editor for the terminal created in Nodejs. This package using sharp for images process and tinify for compress.

Install

npm install clipix -g

Resources

TODO

Get image info

Example

clipix info ./image.jpg

Generate dummy image

Example

clipix dummy -bg 0000 -c 0011ff -w 700 -h 500 -f png

Transform images

Example

clipix transform rotate ./image.jpg

Compress images

Example

clipix compress ./image.jpg

Rezise images

Example

clipix resize -w 300 -h 300 ./image.jpg

Convert format images

Convert images to diferent format

Example

clipix convert png ./image.jpg

Download image

Download image from remote url

Example

clipix download https://remoteimage/image.jpg