https://github.com/progamergov/imagemagick-scripts
https://github.com/progamergov/imagemagick-scripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/progamergov/imagemagick-scripts
- Owner: ProGamerGov
- Created: 2016-11-05T08:04:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T00:35:47.000Z (over 9 years ago)
- Last Synced: 2025-02-14T12:17:51.037Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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