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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I made a CLI tool that turns pixels into emojis

105 点作者 caramellow大约 3 年前

13 条评论

masterchief1s1k大约 3 年前
I see that you use euclidean distance of perceptual color and named your color function bad_color_distance. My only input here would be to try something like the CIEDE2000 color difference formula to see if the result can be further improved.
评论 #30741655 未加载
JoBrad大约 3 年前
Read the README, and noticed the picture. My first thought was “why don’t they show the result?”.<p>Then it hit me. Excellent job!
CrociDB大约 3 年前
Nice! I made a doom renderer with emojis some time ago, but I decided to keep the emojis bigger, so you could identify them. But I like your approach, will definitely try in my doom renderer too: <a href="https:&#x2F;&#x2F;github.com&#x2F;CrociDB&#x2F;doomoji" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CrociDB&#x2F;doomoji</a>
JoeOfTexas大约 3 年前
I wonder if you could use this for some kind of &quot;secret&quot; message.<p>Or perhaps like a parity system like RAR files had back in the day to rebuild any of the other images if one were to get lost.
评论 #30740773 未加载
评论 #30742867 未加载
retpirato大约 3 年前
Somebody is actually working on a language made entirely of emojis called &quot;emojilang, so this could be a way to write a secret message.
评论 #30742094 未加载
评论 #30740872 未加载
评论 #30740581 未加载
thanatos519大约 3 年前
So ... like <a href="https:&#x2F;&#x2F;github.com&#x2F;schani&#x2F;metapixel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schani&#x2F;metapixel</a> or any other photomosaic program, but only one tile per pixel?<p>*photomosaic is a trademark of Rob Silvers.
评论 #30747359 未加载
ZeroGravitas大约 3 年前
Feels like a good match for rust&#x27;s &#x27;fearless concurrency&#x27;.<p>With the large number of emojis available, do you still get decent results if you don&#x27;t use any single emoji twice?
评论 #30741242 未加载
tejado大约 3 年前
Or encode any data into emojis: <a href="https:&#x2F;&#x2F;github.com&#x2F;tejado&#x2F;BaseEmoji" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tejado&#x2F;BaseEmoji</a>
评论 #30741078 未加载
bckr大约 3 年前
Hey thanks for this. Even though I don&#x27;t completely understand it, it&#x27;s inspired me to find something fun and smallish to create :)
pilaf大约 3 年前
I feel there&#x27;s a lost opportunity in not naming this project Emosaic or even Mojaic.
评论 #30740648 未加载
marginalia_nu大约 3 年前
I think Floyd-Steinberg could probably allow you to have multiple pixels per emoji.
runiq大约 3 年前
You have some conflict markers in your README :)
评论 #30740625 未加载
quackduck大约 3 年前
Lol I love this