/image-manipulation-api

Simple api to manipulate images. Add filters, resize and add effect

Primary LanguageJava

Image-manipulation-api

https://goo.gl/rZ9tqm

Simple api to manipulate images. Add filters (greyscale & binary Image), rotate (90,180,270) and effects (mirror and flip)

Using api

You can test this api via postman. All resources accept binary data which should be added to the body of the HTTP request. You can see a snippet of how a request looks below;

alt text

Basic Effects and Filters

Mirror Image

alt text

Grayscale

alt text

Binary Image

alt text

And a few more