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

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

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
```