msameeruddin / image-app

Image Processing App deployed on Heroku Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Processing App

image_app_pic

This is a simple image processing app containing operations like -

  • Image Equalization
  • Image Flipping
  • Image Mirroring
  • Image Binarization
  • Image Inversion
  • Image Solarization

and transformations like -

  • Image Erosion
  • Image Dilation
  • Image Opening
  • Image Closing
  • Image Morphological Gradient
  • Boundary Extraction

Features

  • User can upload the image file directly from his/her local folder.
  • Toggle switch for converting the image into grayscale.
  • The required output will be displayed in the output (side) window.

For sure additional operations and transformation will be added. You can checkout the app here.

About

Image Processing App deployed on Heroku Platform

License:MIT License


Languages

Language:Python 97.4%Language:CSS 2.6%