{"Image Manipulation API"}

API Documentation
I do a lot of playing around with images, and needed an API to start hanging the resources I was creating. First I wanted to use ImageMagick to create some filters that I could quickly apply to images. Next I will be doing a bunch of resizing, cropping, and other resources that can help when working with images. This API will expand with new endpoints as I have them. If there is an API you'd like to see let me know, and I'll see what I can do.
Kin Lane Image Manipulation API OpenAPI Spec
Image Filter
Applies charcoal filter. /charcoal GET
Applies oil painting filter. /oilpainting GET
Applies polaroid filter. /polaroid GET
Applies sketch filter. /sketch GET