imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

CLI tool for setting up remote jobs (especially batch) #26

Closed jonnor closed 6 years ago

jonnor commented 9 years ago

Usecases:

Begs the question whether the server itself should have some batch supporting APIs, see #25

bergie commented 9 years ago

I've been using ImageMagick a lot for that kind of jobs. ImgFlo would be a lot more powerful, and allow offloading the heavy lifting to some cheap cloud workers.

jonnor commented 8 years ago

No batch API support, but imgflo-url NPM package now has a CLI tool with same name that can be convenient to produce request URLs at least. https://www.npmjs.com/package/imgflo-url#create-an-imgflo-url-using-commandline

jonnor commented 6 years ago

Out of scope