codervivek5 / Image-Editor

Open Source Web based Image Editor

Home Page:https://gdscjgec.github.io/Image-Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Quick Image Editor

A simple web based Image editor for all your editing needs.

View Demo | Report Bug | Request Feature


Participating in

Banner


Banner

And Organised by

Logo
Explore the docs 🗺️
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project 📍

Logo

\

  1. This a web based photo editor .
  2. You can do basic editing like cropping, contrast and exposure .
  3. Effects and filters bring your photos to life with easy yet impressive post-processing that takes only a few clicks.

Built With ⛏️

And so much love ❤️


Getting Started ⚡️

To get started just fork the repository and make a clone .

Prerequisites

You should know the basics of HTML5, CSS3 and Javascript.

  • From git CLI
    git clone https://github.com/gdscjgec/Image-Editor.git

Installation ⚙️

  1. You don't need to install anything , javascript run on browser so just install any browser like chrome or Firefox if you don't have.

Usage

  1. There is a crop feature in this web application which will help you to crop and resize your photo.
  2. Other than cropping you can use features like LightBulb , Eyedropper , Icicles , Exposure.
  3. There are some filters like GreyScale , Sepia , Amaro , Lark you can use to make your photo more beautiful.

File Structure 🧬

  ├── assets/
        ├──favicon        contains favicon and shortcut icons
        ├──img            contains imgs and icons.
        ├──logo           contains the logo
  ├── css/
        ├──style.css      all the default styling of index.html
  ├── js/
        ├──main.js        all the functions of index.html
  ├── index.html          Main page of the website

Contributing 👍

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch ( git checkout -b feature/AmazingFeature )
  3. Add your Changes ( git add . )
  4. Commit your Changes ( git commit -m 'Add some AmazingFeature' )
  5. Push to the Branch ( git push origin feature/AmazingFeature )
  6. Open a Pull Request

License ⚠️

Distributed under the MIT License. See LICENSE for more information.

Contact 📧

Mail us at - gdsc@jgec.ac.in

About

Open Source Web based Image Editor

https://gdscjgec.github.io/Image-Editor

License:MIT License


Languages

Language:CSS 44.9%Language:JavaScript 29.9%Language:HTML 25.2%