Skip to content

Instantly share code, notes, and snippets.

@usagi
Created January 15, 2013 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save usagi/4537984 to your computer and use it in GitHub Desktop.
Save usagi/4537984 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 3. in line 1.
<lost colors of RGB24 from HSL>
{hr == sr == lr} liner proportional
[512,512,512] 2041468 21638
[640,640,640] 569105 4599
[768,768,768] 111629 765
[896,896,896] 19958 765
[1024,1024,1024] 7504 765
[1152,1152,1152] 2958 765
[1280,1280,1280] 1193 765
[1408,1408,1408] 582 765
[1536,1536,1536] 215 765
{hr>>1, sr, lr} liner proportional
[256,512,512] 6760544 1343552
[320,640,640] 4663226 466668
[384,768,768] 3155243 104471
[448,896,896] 1963936 19962
[512,1024,1024] 1143690 7504
[576,1152,1152] 617888 2958
[640,1280,1280] 263562 1193
[704,1408,1408] 95246 582
[768,1536,1536] 38722 215
{hr, sr>>1, lr} liner proportional
[512,256,512] 2730328 612906
[640,320,640] 851859 22890
[768,384,768] 194177 510
[896,448,896] 30644 215
[1024,512,1024] 7504 510
[1152,576,1152] 2958 510
[1280,640,1280] 1193 215
[1408,704,1408] 582 510
[1536,768,1536] 215 510
{hr, sr, lr>>1} liner proportional
[512,512,256] 5290888 2852867
[640,640,320] 1832054 98662
[768,768,384] 582732 48313
[896,896,448] 152256 23780
[1024,1024,512] 62216 765
[1152,1152,576] 10837 777
[1280,1280,640] 4457 765
[1408,1408,704] 1270 765
[1536,1536,768] 215 765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment