https://github.com/lvntky/imaget
Image Processor for command line.
https://github.com/lvntky/imaget
crop image-processing image-processor imaget python resize-images resizer watermark
Last synced: 10 months ago
JSON representation
Image Processor for command line.
- Host: GitHub
- URL: https://github.com/lvntky/imaget
- Owner: lvntky
- License: mit
- Created: 2019-07-26T13:39:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T11:08:02.000Z (over 5 years ago)
- Last Synced: 2025-02-09T08:19:58.614Z (about 1 year ago)
- Topics: crop, image-processing, image-processor, imaget, python, resize-images, resizer, watermark
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imaget
> Image Processor for command line.


## Getting Started
First download and install [pip](https://pypi.org/project/pip/)
### Arch Linux
```bash
pacman -S python-pip
```
### Mac OS X
```bash
sudo easy_install pip
sudo pip install --upgrade pip
```
## Installation
```bash
pip install imaget
```
## Features
* Optimaze
* [Convert](#convert)
* [Crop](#crop)
* [Resize](#resize)
* [Rotate](#rotate)
* [Watermark](#watermark)
* [Flip](#flip)
## Usage

## Used Technologies
* Python
## Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://github.com/lvntky/SkyLark/blob/master/LICENSE)