🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

clipix

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipix

Clipix, nice image editor for the terminal created in Nodejs

latest
npmnpm
Version
0.4.1
Version published
Maintainers
4
Created
Source

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

Keywords

cli

FAQs

Package last updated on 18 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts