jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
20 stars 27 forks source link

Photo Editor/30_Days_of_JavaScript #169

Closed Bharat00007 closed 1 month ago

Bharat00007 commented 1 month ago

### Photo Editor Online

I created a project named Photo-Editor using HTML, CSS & JavaScript . An online image editor has been implemented, allowing users to upload, edit, and save images directly from their browser. The editor provides various tools, including:

Upload and Save: Users can upload images for editing and save them after modifications. Basic Editing Tools: Includes flip (horizontal/vertical), rotate (left/right), resize, and greyscale conversion.

Image Manipulation Tools:

Flip Horizontal: Inverts the image along the horizontal axis. Flip Vertical: Inverts the image along the vertical axis. Rotate Left/Right: Rotates the image 90 degrees counterclockwise or clockwise. Resize: Allows users to change the dimensions of the image by specifying new width and height. Greyscale: Converts the image to greyscale using a formula that weights the RGB values.

PE

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

github-actions[bot] commented 1 month ago

Hello @Bharat00007! Your issue #169 has been closed. Thank you for your contribution!