Skip to content

Instantly share code, notes, and snippets.

@usagi
Created January 14, 2013 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usagi/4531768 to your computer and use it in GitHub Desktop.
Save usagi/4531768 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
[8,8,8] 16776759 16776647
[16,16,16] 16773371 16772879
[32,32,32] 16747073 16744394
[64,64,64] 16562781 16540975
[128,128,128] 15322739 15131360
[256,256,256] 10352220 7867682
[512,512,512] 2041468 21638
[1024,1024,1024] 7504 765
{hr>>1, sr, lr} liner proportional
[4,8,8] 16776983 16776962
[8,16,16] 16775279 16775174
[16,32,32] 16761925 16761042
[32,64,64] 16666837 16657008
[64,128,128] 16010445 15913033
[128,256,256] 13194852 11379923
[256,512,512] 6760544 1343552
[512,1024,1024] 1143690 7504
{hr, sr>>1, lr} liner proportional
[8,4,8] 16776983 16776871
[16,8,16] 16775279 16774799
[32,16,32] 16761609 16759385
[64,32,64] 16662055 16649635
[128,64,128] 15974647 15878471
[256,128,256] 11541954 10696206
[512,256,512] 2730328 612906
[1024,512,1024] 7504 510
{hr, sr, lr>>1} liner proportional
[8,8,4] 16777019 16776971
[16,16,8] 16775415 16775191
[32,32,16] 16762141 16760902
[64,64,32] 16668851 16658208
[128,128,64] 16049881 15954283
[256,256,128] 13565057 12326811
[512,512,256] 5290888 2852867
[1024,1024,512] 62216 765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment