https://github.com/fantasywind/simple-image-service
Simple RESTful Image Storage Service
https://github.com/fantasywind/simple-image-service
Last synced: about 1 year ago
JSON representation
Simple RESTful Image Storage Service
- Host: GitHub
- URL: https://github.com/fantasywind/simple-image-service
- Owner: fantasywind
- Created: 2014-03-03T13:52:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T06:08:38.000Z (over 12 years ago)
- Last Synced: 2025-01-06T22:37:13.172Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple-Image-Service
====================
Simple RESTful Image Storage Service
## Requirement
- GraphicsMagick
## Install GraphicsMagick with brew in Mac OS X
```shell
brew install graphicsmagick
```
## Options
```
-h, --help output usage information
-V, --version output the version number
-s, --size [image] Maxinum Image Width Size in px
-t, --thumb [thumb] Thumb Width Size in px (seperate with ",")
-f, --field [post fidle name] Post file filed name
```