A lightweight, elegant image editor application offers essential image editing capabilities without any external dependencies.
A nice yet simple image web-based application that lets you perform basic image editing right in your browser. Designed with a clean and responsive interface, it’s perfect for quick adjustments and creative experiments without the overhead of external libraries or frameworks.
- HTML
- CSS
- JavaScript
- Choose Image to Upload & Display on Screen to Support (.jpg, .png, .wepb, .gif).
- Filter Presets (Brightness, Saturation, Inversion, Grayscale).
- Real-time Adjustment Range Slider to Control Filters.
- Rotate Left/Right to Change the Image Position.
- Flip Horizontal/Verticel to Manipulate the Innter Position.
- Reset the Image to Filter.
- Save Image the Customized Picture to Download on Your Desktop
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Open the app: Open
index.html
in your Prefered Web Browser.
Contributions are welcome! Feel free to submit pull requests or create issues for bugs and feature requests.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a pull request.