This api takes any size image and will create a placeholder on a project when certain assets are missing
Added Azure deployment
https://image-placeholder-api.azurewebsites.net/nature/noaspectratio
- Added a new endpoint that has option parameters of width, height, initialHeight, and initialWidth.
- Added IOptions pattern to cache the top n most common image sizes
The user can input any size image they want and be returned an image that is that size from the endpoint of /noaspectratio/{width}/{height}
- Finish algorithm that gets image for client closest to their desired aspect ratio
Nature source will return pictures of nature to the user.
Kitten source will return pictures of kitten(s) to the user.
/source/noaspectratio?initialWidth=xyx&initialHeight=xyz
/source/noaspectratio?initialWidth=xyx&initialHeight=xyz&width=xyz&height=xyz