ascorbic / unpic

Universal image CDN translator
https://unpic.pics/lib
283 stars 31 forks source link

Feature Request: Directus file transformation API #36

Closed jdamboeck closed 1 year ago

jdamboeck commented 1 year ago

Would be great if i could use unpic with the directus file api.

https://docs.directus.io/reference/files.html#preset-transformations https://docs.directus.io/reference/files.html#advanced-transformations

danestves commented 1 year ago

The only downside with Directus is that they don't support format=auto for the images, we must be explicit with the format

danestves commented 1 year ago

Update: Directus supports the format auto now, we have a custom transformer in our project to be used with Directus, I'm going to make it a little more perfect and I can do a PR about it