https://github.com/ishibi/image2spreadsheet
A python program which takes an image and generates a spreadsheet from it, containing colored cells. These cells are colored depending on the RGB values of the corresponding pixels of the given image. The cells of the spreadsheet act as pixels and on zooming out they recreate the given image.
https://github.com/ishibi/image2spreadsheet
Last synced: 10 months ago
JSON representation
A python program which takes an image and generates a spreadsheet from it, containing colored cells. These cells are colored depending on the RGB values of the corresponding pixels of the given image. The cells of the spreadsheet act as pixels and on zooming out they recreate the given image.
- Host: GitHub
- URL: https://github.com/ishibi/image2spreadsheet
- Owner: iShibi
- License: mit
- Created: 2020-05-07T14:50:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T21:57:09.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:34:27.951Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image2spreadsheet
A python program which takes an image and generates a spreadsheet from it, containing colored cells. These cells are colored depending on the RGB values of the corresponding pixels of the given image. The cells of the spreadsheet act as pixels and on zooming out they recreate the given image.