Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajay2827/picmorph-cli
An npm package to manipulate images using the command line interface.
https://github.com/ajay2827/picmorph-cli
command-line-tool image nodejs npm-package sharp
Last synced: about 16 hours ago
JSON representation
An npm package to manipulate images using the command line interface.
- Host: GitHub
- URL: https://github.com/ajay2827/picmorph-cli
- Owner: ajay2827
- Created: 2024-07-04T11:51:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:48:03.000Z (4 months ago)
- Last Synced: 2024-10-12T18:12:09.754Z (about 1 month ago)
- Topics: command-line-tool, image, nodejs, npm-package, sharp
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/pic-morph
- Size: 3.02 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pic-morph
[![npm version](https://img.shields.io/npm/v/pic-morph.svg)](https://www.npmjs.com/package/pic-morph)
An npm package to manipulate images using the command line interface.
## Installation
To install pic-morph globally, use the following command:
npm install -g pic-morph
## Features
pic-morph provides powerful image manipulation capabilities directly from your terminal:
- Compression: Reduce image file size while maintaining quality.
- Conversion: Convert images between different formats.
- Background Removal: Remove the background from images using remove.bg API.
- Grayscale Conversion: Convert images to grayscale.
- Image Information: Retrieve detailed information about an image.## Commands
### Image Compression
Compress an image with optional quality adjustment.
pic-morph compress [-q ]
- Example:
pic-morph compress myimage.jpg
pic-morph compress myimage.jpg -q 80### Image Conversion
Convert an image from one format to another.
pic-morph convert
- Example:
pic-morph convert myimage.jpg myimage.png### Remove Background
Remove the background from an image.
pic-morph remove-bg
- Example:
pic-morph remove-bg myimage.jpg### Convert to Grayscale
Convert an image to grayscale.
pic-morph gray
- Example:
pic-morph gray myimage.jpg### Get Image Information
Retrieve detailed information about an image.
pic-morph info
- Example:
pic-morph info myimage.jpg## Contributing
Contributions are welcome! Please follow our Contribution Guidelines to get started.
## License
This project is licensed under the ISC License - see the LICENSE file for details.
## Contact
If you have any questions or suggestions, feel free to reach out to me on Linkedin.