Or encode any data into emojis: https://github.com/tejado/BaseEmoji
Show HN: I made a CLI tool that turns pixels into emojis
21–30 of 33 posts
Re: Show HN: I made a CLI tool that turns pixels into emojis
#22With the large number of emojis available, do you still get decent results if you don't use any single emoji twice?
Re: Show HN: I made a CLI tool that turns pixels into emojis
#23Feels 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?
Re: Show HN: I made a CLI tool that turns pixels into emojis
#24Re: Show HN: I made a CLI tool that turns pixels into emojis
#25I 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.
Re: Show HN: I made a CLI tool that turns pixels into emojis
#26Somebody is actually working on a language made entirely of emojis called "emojilang, so this could be a way to write a secret message.
Re: Show HN: I made a CLI tool that turns pixels into emojis
#27Then it hit me. Excellent job!
Re: Show HN: I made a CLI tool that turns pixels into emojis
#28*photomosaic is a trademark of Rob Silvers.
Re: Show HN: I made a CLI tool that turns pixels into emojis
#29I 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.