gaaliciA1990 / ImageManipulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status

Build

Code Coverage

Image Processor

A simple Image Processor API that accepts a byte array image and can process the image as follows:

  • Rotate 90 degrees left or right
  • Rotate any degrees
  • Flip horizontally or vertically
  • Add a grayscale filter
  • Resize an image by width and/or height based on pixel size
  • Create a 160x108 pixel thumbnail

Tools and Libraries

Ktor Framework Sketch Library and the Scrimage Library to process images in different ways.

API Documentation

Full API documentation for how to perform the actions by calling the API can be found here:

About


Languages

Language:Kotlin 100.0%