what are your thoughts and is it original?
using ratios to retrieve relevant pixel data (note would be good for greyscale)
255,255,255 ... 255+255+255=765 ... 765333 = 765 / 3 = 255 ... program know it means 255,255,255
123,245,32 ... 123+245+32=400 ... 400-3.25,1.63.12.5(<--- problem) |400-(3.25)-(1.63)-(12.5) = 400 / 3.25=123.08 -- 400 / 1.63=245.4 -- 400 / 12.5=32
125,125,125 ... 125+125+125=375 ... 375-3(the first three characters are the sum of the rgb values and subsequent values are the rgb respective ratios within the sum)...
0,125,125 ... 0+125+125=250 ... 250-22 ... 250/0 = 0 -- 250/2 = 125 250/() = previous value
0,125,0 ... 0+125+0=125 ... 250-2- ... 250/0 = 0 -- 250/2 = 125 250/0 = 0 = 0,125,0
0,255,255, 125,125,125 ,0,25,25 , 510-22 ,375333 ,050-22 , 5102 ,3759 ,0502 (sum must have three place values)
255,255,255 ,0,125,125 ,25,25,25 , 765333 ,250-22 ,075333 , 7659 ,2504 ,0759
255,0,255, 125,125,125 ,25,0,25 , 5102-2 ,375333 ,0502-2 , 5106 ,3759 ,0506
255,255,255 ,125,0,125 ,25,25,25 , 765333 ,2502-2 ,075333 , 7659 ,2506 ,0759
255,255,0 ,125,125,125 ,25,25,0 , 51022- ,375333 ,05022- , 5105 ,3759 ,0505
255,255,255 ,125,125,0 ,25,25,25 , 765333 ,25022- ,075333 , 7659 ,2505 ,0509
0,0,255 ,0,125,0 ,25,0,0 , 255--1 ,125-1- ,0251-- , 2553 ,1252 ,251
0,0,0 , 0
9 = 333
8 = 33
7 = 2
6 = 2-2
5 = 22-
4 = -22
3 = --1
2 = -1-
1 = 1--