Show HN: I made a CLI tool that turns pixels into emojis
1–10 of 33 posts
Re: Show HN: I made a CLI tool that turns pixels into emojis
#2I 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.
Re: Show HN: I made a CLI tool that turns pixels into emojis
#3Somebody 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
#4Somebody is actually working on a language made entirely of emojis called "emojilang, so this could be a way to write a secret message.
woah yeah maybe
Re: Show HN: I made a CLI tool that turns pixels into emojis
#5You have some conflict markers in your README :)
Re: Show HN: I made a CLI tool that turns pixels into emojis
#6You have some conflict markers in your README :)
Oh wow I forgot about those! Thanks haha
Re: Show HN: I made a CLI tool that turns pixels into emojis
#7I feel there's a lost opportunity in not naming this project Emosaic or even Mojaic.
Re: Show HN: I made a CLI tool that turns pixels into emojis
#8I feel there's a lost opportunity in not naming this project Emosaic or even Mojaic.
Well it's not entirely oriented towards emojis. You can use any image palette to your hearts desire!
Re: Show HN: I made a CLI tool that turns pixels into emojis
#9I feel there's a lost opportunity in not naming this project Emosaic or even Mojaic.
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
Re: Show HN: I made a CLI tool that turns pixels into emojis
#10I 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.