Projects
For my portfolio, other experieces, or to see what I am capable of, please check my Github or LinkedIn
Portfolio Projects Link to heading
Image Manipulation API as an Azure Function
Image Manipulation API as an Azure Function Link to heading
Code: Image Manipulation API
- API that runs as an Azure Function that manipulates images
- Gets image dimensions: /api/v1/dimensions
- returns dimensions of the image
- Rescales the image by a scale factor: /api/v1/scale
- returns the base64 encoded result and other information about the image
- pytest support
- postman support
- Powershell examples that call the API endpoints and return the results
- Gets image dimensions: /api/v1/dimensions