This is a simple web-based image editor built using HTML, CSS, and JavaScript. Users can adjust various image properties like brightness, inversion, saturation, and grayscale. Additionally, they can rotate and flip the image as desired. Once editing is complete, users have the option to download the edited image.
- Adjust image brightness
- Invert image colors
- Modify image saturation
- Apply grayscale filter
- Rotate image
- Flip image horizontally or vertically
- Download edited image
- Upload an image using the "Upload Image" button.
- Use the sliders and buttons to adjust the image properties.
- Click the "Rotate" or "Flip" buttons to modify the image orientation.
- Click the "Download" button to save the edited image to your device.
To run this project locally:
- Clone this repository: git clone https://github.com/viraj7066/image-editor.git
- Open
index.html
in your web browser.
- HTML
- CSS
- JavaScript