diff --git a/README.md b/README.md index a0ac0b6..f3adc63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Image API +# Image API Using Python Image Processing API written in Python, using the Pillow library for image manipulation and exposing the functions with the Flask framework. The API has been tested with jpg, png and bmp formats and is able to flip, rotate and crop an image, as well as blending two images, either RGB or gray scale. For a live demo, please visit this [link](https://image-demo-dot-gxt-proj1.appspot.com/). The App has been deployed to the Google Cloud Platform using App Engine.