An open API service indexing awesome lists of open source software.

https://github.com/progamergov/imagemagick-scripts


https://github.com/progamergov/imagemagick-scripts

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ImageMagick-Scripts

---

#Usage:

---

./pixelator.sh image_name scale_value

A scale value of 10 is recommended for the scale value

./greyscale.sh image_name

---

#If you recieve a permission error, try:

---

chmod u+x ./pixelator.sh

chmod u+x ./grescale.sh