h2non / imaginary

Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
https://fly.io/docs/app-guides/run-a-global-image-service/
MIT License
5.5k stars 455 forks source link

Return with and heigh of the generated images #382

Closed CarlSchwan closed 2 years ago

CarlSchwan commented 2 years ago

Use case:

When using the fit image transformation, it is helpful to know the size of the resulting image without having to either read the image locally or do another request to the info endpoint.

Used in: https://github.com/nextcloud/server/pull/24166

Todos: