An open API service indexing awesome lists of open source software.

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.

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.