Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/image-to-greyscale
A tool that converts images to greyscale.
https://github.com/barrymun/image-to-greyscale
Last synced: 10 days ago
JSON representation
A tool that converts images to greyscale.
- Host: GitHub
- URL: https://github.com/barrymun/image-to-greyscale
- Owner: barrymun
- License: mit
- Created: 2023-09-07T13:46:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T12:20:20.000Z (3 months ago)
- Last Synced: 2024-11-07T00:27:16.848Z (2 months ago)
- Language: TypeScript
- Homepage: https://image-to-greyscale.neilmurphy.dev/
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image to Greyscale Converter
A handy tool that converts your colorful images to greyscale. Simply upload an image and get a live preview of it. Click the "convert" button to transform the image into greyscale and view the result immediately. Once satisfied, you can download the greyscale image at the click of a button.
### 1. Choose image
![Greyscale Converter Preview 1](screenshots/1.png)### 2. Preview of original image
![Greyscale Converter Preview 2](screenshots/2.png)### 3. Preview of greyscale image
![Greyscale Converter Preview 2](screenshots/3.png)### 4. Download
![Greyscale Converter Preview 2](screenshots/4.png)## How to Use
1. **Upload**: Drag and drop or click the upload section to choose your desired image.
2. **Preview**: After uploading, a preview of your image will be rendered on a canvas.
3. **Convert**: Click the "convert" button to transform your image into greyscale. The result will be showcased right below the original preview.
4. **Download**: If you're satisfied with the result, click the "download" button to save the greyscale image to your device.## Live Demo
Experience the converter live: [Greyscale Converter](http://barrymun.greyscale.surge.sh/)
## License
This project is licensed under the MIT License. You can find detailed information in the [LICENSE](./LICENSE) file located in the root directory.