Live data from Hacker News

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

github.com

21–30 of 33 posts

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

#23

Feels like a good match for rust's 'fearless concurrency'. With the large number of emojis available, do you still get decent results if you don't use any single emoji twice?

yeah this can handle several thousands of images in the palette

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

#24

Earlier quoted context omitted.

Well it's not entirely oriented towards emojis. You can use any image palette to your hearts desire!

like heres a lobster made of hue shifted lobsters (45MB image) https://ninja.dog/i8H0Uy.png

lobsters all the way down!

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

#25

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.

I am currently just looking into other color spaces, but I'll have to check that out too! Thanks! :D

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

#29

I wonder if you could use this for some kind of "secret" message. 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.

Mistaken PAR for RAR? In addition to mostly numbered RAR's archives, the PAR added the safety and recovery layer afiak.
Post reply on HN