TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

RGB K-D Tree (2016)

53 点作者 hyperific大约 1 年前

7 条评论

ChrisArchitect大约 1 年前
FYI:<p><i>This project site is a gallery of images created using one pixel for every RGB color (all 16,777,216 of them, no duplicates)</i>
jey大约 1 年前
These are impressive, I wonder how he computes them: <a href="https:&#x2F;&#x2F;allrgb.com&#x2F;al-zimmermann" rel="nofollow">https:&#x2F;&#x2F;allrgb.com&#x2F;al-zimmermann</a>
评论 #39449233 未加载
评论 #39451198 未加载
LordNibbler大约 1 年前
<a href="https:&#x2F;&#x2F;allrgb.com&#x2F;radiator" rel="nofollow">https:&#x2F;&#x2F;allrgb.com&#x2F;radiator</a> does something weird to my display, the lines extend beyond the window
评论 #39449155 未加载
评论 #39449169 未加载
notfish大约 1 年前
Oh wow, I make those too using a similar technique:<p><a href="https:&#x2F;&#x2F;tim.fish&#x2F;assets&#x2F;images&#x2F;omni&#x2F;drip.png" rel="nofollow">https:&#x2F;&#x2F;tim.fish&#x2F;assets&#x2F;images&#x2F;omni&#x2F;drip.png</a> <a href="https:&#x2F;&#x2F;tim.fish&#x2F;assets&#x2F;images&#x2F;omni&#x2F;splut.png" rel="nofollow">https:&#x2F;&#x2F;tim.fish&#x2F;assets&#x2F;images&#x2F;omni&#x2F;splut.png</a><p>The code is here if you’re in the mood to be morbidly fascinated by my hacky python <a href="https:&#x2F;&#x2F;github.com&#x2F;TimEwing&#x2F;omni">https:&#x2F;&#x2F;github.com&#x2F;TimEwing&#x2F;omni</a><p>Worth noting mine are only 7-bit instead of 8-bit because my poor little lenovo kept running out of ram and crashing.
评论 #39451920 未加载
TehCorwiz大约 1 年前
Wow, that&#x27;s some impressive dithering. No lie, the &quot;grayscale&quot; images are the most impressive to me. Reminds me of color half-tone printing and film grain.<p>I wonder what videos games look like in this visual interpretation. I want this as a shader.
zX41ZdbW大约 1 年前
It reminds me of a project I&#x27;ve built recently: <a href="https:&#x2F;&#x2F;reversedns.space&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reversedns.space&#x2F;</a><p>Although it is not guaranteed to contain every RGB color, it is very likely.
hoseja大约 1 年前
Why is &quot;random RGB&quot; instantly recognizable by the weirdly large&#x2F;disproportionately noticeable amount of &quot;random RGB purple&quot; (#C31BEE for example)?