Skip to content

pebble-hacks/remote-magick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-magick

A RESTful API for ImageMagick, based on the XML-RPC version. Tailored for converting images for display on Pebble.

Currently running on EC2 at ec2-54-191-195-212.us-west-2.compute.amazonaws.com.

Parameters

Name Description Example Values
image url of the image to convert http://placekitten.com/330/444 url of any image on the internet
size size to scale the image to 144x168 matching ^\d+x\d+$
dither dither method to use FloydSteinberg FloydSteinberg, Riemersma
format format of output file png png, pbi, h

Example

http://ec2-54-191-195-212.us-west-2.compute.amazonaws.com/api?image=http://placekitten.com/330/444&size=144x168&dither=FloydSteinberg&format=png

Before After
Before After

Try it!

About

ImageMagick in the cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages