codex-team / capella

Cloud service for image storage and delivery
https://capella.pics/
MIT License
130 stars 24 forks source link

Get image data without downloading it #124

Open ndawn opened 6 years ago

ndawn commented 6 years ago

Create a feature to send image data in JSON, e.g. size, resolution, etc.

n0str commented 6 years ago

It can be done on your own Capella instance with Nginx max_ranges param. With support of HTTP Range requests.