Skip to content

A programmatic way of transferring the RGB values of an image into an Excel document.

Notifications You must be signed in to change notification settings

Igloo-Ctrl/Images-to-Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images-to-Excel

A programmatic way of converting the RGB values of each individual pixels of an image into data, creating and configuring an Excel document and inputting the data. The script also creates a unique folder for the process and writes complementary VBA macros to faciliate the colouring.

image image

Note: the colouring and formatting of the Excel file was done via VBA macros.

What Does It Do?

  1. The user inputs the filepath of their desired image
  2. A check is done for the "images" folder in the current directory, if it isn't found, one is created
  3. Validates the filepath to see if it exists and it is an image that can be processed
  4. Creates a unique folder for the request
  5. Grabs the RGB values of the image and stores them into a text document named "rgb.txt"
  6. Creates an Excel workbook and configures it appropriately
  7. Writes case specific VBA macros for use in resizing the Excel sheet and colouring it

About

A programmatic way of transferring the RGB values of an image into an Excel document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages