Ok, so I made this C# program that makes text files of pixel data used to load images into the digital screen using E2 file functions. My problem is that I cant get all the pixel data of a picture more than 96x96 resolution without exceeding the file upload limit which is 100kb.
The code it produces from the program outputs the colors of every pixel to the text file like this:
This is just basic R,G,B format. Now what I am hoping to get from someone is a more efficient way, or a compression algorithm I can use to pack all this pixel data from pictures up to 256x256 without exceeding 100kb. Any ideas?Code:130,104,45 130,104,35 129,104,49 127,104,49 128,104,42 131,101,47 130,102,52 127,104,50


LinkBack URL
About LinkBacks





Reply With Quote













Bookmarks