We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow specifying the image format (e.g. gif/png/jpeg)
API design will become /image/{size}/...?format={fmt}
/image/{size}/...?format={fmt}
Requires new API endpoint /formats or /image/formats preferrably with a array of supported formats
/formats
/image/formats
NA
The text was updated successfully, but these errors were encountered:
All image related resources will belong under /image/... (e.g. /image/fonts)
/image/...
/image/fonts
This allows future flexibility for supporting other documents (for example: PDFs)
Sorry, something went wrong.
BE-#4 Restructure API routes
a2fbf47
BE-#4 Implement custom image formats
f162768
Merge pull request #11 from placeholder-app/BE-4
73a2380
#4 Custom Image Formats
amattu2
Successfully merging a pull request may close this issue.
Description
Allow specifying the image format (e.g. gif/png/jpeg)
API design will become
/image/{size}/...?format={fmt}
Requires new API endpoint
/formats
or/image/formats
preferrably with a array of supported formatsCode
NA
Design Preview(s)
NA
The text was updated successfully, but these errors were encountered: