AdamBurstein / ExcelPictures

Create Excel versions of your pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExcelPictures

Create Excel versions of your pictures

This project is a NetCore-2.1 console application which parses photo content for its pixel data and generates a Microsoft Excel workbook (.xlsx) of that same pixel data. This is based on a stand-up comedy routine by Matt Parker, viewable at https://youtu.be/UBX2QQHlQ_I.

Special thanks to my friend Chuck who write the initial version in Java, challenging me to take on this project in .NET.

Installation: No idea. I've only run this out of Visual Studio so far.

Execution: dotnet in= out= scale=

Scale allows you to take one out of every pixels in the vertical and horizontal. For instance, scale=5 takes 1/25 of the pixel data.

About

Create Excel versions of your pictures


Languages

Language:C# 100.0%