Live data from Hacker News

Show HN: Turn any image into a collage of emojis

image2emoji.com

1–6 of 6 posts

Re: Show HN: Turn any image into a collage of emojis

#3

Nice work. Can we know what algo or mapping logic you using to do this?

Thanks! Essentially it splits the image into emoji-sized parts and finds the dominant color of that part using color-thief.js. It then converts the RGB value into the LAB color space and finds the closest emoji match using the CIE76 color difference algorithm. The emojis are also handpicked to ensure no small ones like the plane and car get in.

Re: Show HN: Turn any image into a collage of emojis

#5
post #4

hahaha :) cool stuff! Feedback: smaller emojis would be a bit better. Would it make sense to add 'download' jpg after conversion? Nice job!

I tried copying the emojis and sending via iMessage. Didn't work :( didn't work on FB either. How do you use it?