Cloud / RESTful interface for Image / GraphicsMagick

I am looking for a cloud service where I can upload images and get their cropped / resized.

I am mostly looking for zencoder, but for images instead of videos.

I know about the cloud, but it forces you to store images on your system so that they can raise the board. Is there a good alternative to this reputation?

+5
source share
3 answers

Blitline can do it for you.

http://www.blitline.com/docs/quickstart

Here is an example of how to do this with curl:

curl "http://api.blitline.com/job" \
  -d json='{ "application_id": "sgOob0A3b3RdYaqwTEJCpA", 
             "src" : "http://www.google.com/logos/2011/yokoyama11-hp.jpg", 
             "functions" : [ {"name": "blur", 
                              "params" : {"radius" : 0.0, "sigma" : 2.0}, 
                              "save" : { "image_identifier" : "some_id" }} ]}' 

Here is a list of functions images that you can use.

Note:

  • The source image must be publicly available or on your Amazon S3 account.
  • Blitline S3 S3.
+8

-

ImageMagick ? ( .)

" ":

AFAIU,...

  • Cloudinary RESTful, JSON, Blitline - JSON.
  • , , , Blitline.
  • .
  • Blitline, , , Cloudinary.

: , , Cloudinary...

+3

, imgix . ImageMagick, , .

Their documentation page lists examples of commands provided via the URL, and the full API is documented extensively.

+1
source

All Articles