Skip to content

Render Images on Excel Sheets using cells as individual pixels.

Notifications You must be signed in to change notification settings

f1a5/Excel_Realtime_Image_Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel_Realtime_Image_Renderer

Rendering of jpg/png images on an Excel Sheet using the individual cells of the sheet as pixels. It loads the target image file into memory, reads the color values of each pixel into a numpy array and then it fills the cells of the excel sheet corresponding to the indexes of numpy array.

Screenshots

image image image

To Use

Clone the repo and install the required dependencies (virtual environment is recommended) by running pip install -r requirements.txt. Then open the Configuration.py and edit the Paths to input and output files before running Renderer.py. To adjust cell sizes, do ctrl+A and press format cells button from tool bar. A row height of 0.8 and column length value of 0.2 sets the cells size as 1x1 pixels.

About

Render Images on Excel Sheets using cells as individual pixels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages