Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asbhogal/image-editor

An image editor which allows the user to import a picture and adjust it using different filters, including brightness, inversion, saturation and rotation. This has been coded using vanilla HTML5, CSS3 (SCSS) and JavaScript, is fully responsive and is optimized for the web.
https://github.com/asbhogal/image-editor

css3 html5 image-editor javascript js parcel parcel-bundler scss

Last synced: about 8 hours ago
JSON representation

An image editor which allows the user to import a picture and adjust it using different filters, including brightness, inversion, saturation and rotation. This has been coded using vanilla HTML5, CSS3 (SCSS) and JavaScript, is fully responsive and is optimized for the web.

Awesome Lists containing this project

README

        



Live Image Editor



![GitHub deployments](https://img.shields.io/github/deployments/asbhogal/Image-Editor/production?label=DEPLOYMENT%20STATE&style=for-the-badge&labelColor=000) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/asbhogal/Image-Editor?style=for-the-badge&labelColor=000) ![GitHub repo size](https://img.shields.io/github/repo-size/asbhogal/Image-Editor?color=blueviolet&style=for-the-badge&labelColor=000)

An image editor which allows the user to import a picture and adjust it using different filters, including brightness, inversion, saturation and rotation. This has been coded using vanilla HTML5, CSS3 (SCSS) and JavaScript, is fully responsive and is optimized for the web.

:heavy_check_mark: Features:

- Import image (currently 600 x 400 dimensions)
- Manipulate an image's brightness, saturation, greyscale and inversion
- Flip image along both the x and y-axis
- Export newly adjusted image
- Full responsiveness
- Optimized for the web

:nerd_face: Stacks Used:



html5
css3
sass
JavaScript

:link: Links

- Image Editor
- Credit goes to CodingNepalWeb for the tutorial and inspiration