A simple web-based image editor that allows you to adjust the brightness, opacity, blur, contrast, and invert colors of an image. You can also rotate the image and resize it using arrow buttons. This project is hosted on GitHub Pages at https://shadbalti.github.io/Simple-image-editor/.
- Upload and display images.
- Adjust brightness, opacity, blur, contrast, and invert colors.
- Rotate images in 90-degree increments.
- Resize images using arrow buttons.
- Load images from external URLs.
For a live demonstration of this project, visit https://shadbalti.github.io/Simple-image-editor/.
- Open the web app.
- Click the "Choose File" button to upload an image from your local device or enter the URL of an image.
- Use the adjustment sliders to modify the image.
- Click the arrow buttons to resize the image.
- Click the "Rotate" button to rotate the image 90 degrees.
- Experiment with the various settings to edit your image.
- HTML
- CSS
- JavaScript
Contributions to this project are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add feature'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or feedback, feel free to contact me.
Enjoy editing your images with the Simple Image Editor!