how convert image to emoji in c++ ??

hello everyone :

actually I have some complicated problem but it's very very easy for professional programmer anyway my problem is in this simple program "Emoji Keyboard" :

https://i.postimg.cc/bvs4wHsG/1-1.png

and this is the ( license + readme ) from his file in direction " C:\Program Files\Emoji Keyboard "

https://i.postimg.cc/Y9m9YWy0/1-2.png

I tried to contact with person who develop it before 8 months ago but he doesn't reply to me ...

anyway Now I want update it by myself and I traced this direction " C:\Program Files\Emoji Keyboard " I find 2 necessary file to work this program I means I find this tow files ( look in image ) :

https://i.postimg.cc/pLhDVqD5/1-3.png


into the file "img" just image by size 22x22 no problem here I can resize any image to 22x22 it's easy :

https://i.postimg.cc/VkvcJb6C/1-4.png

but the problem in the file "date" I don't know where I can get same this code "\ud83d\udc1c" for any New Emoji or any image ...

https://i.postimg.cc/VNbvbh6n/1-3.png

anyway I'm search for this code "\ud83d\udc1c" in Google and I find his created by c++ look at image:

https://i.postimg.cc/pVKjSmPz/1-5.png

so this all my problem please please anyone have any idea can help me please don't hesitant to tell me ❤️❤️❤️

Last edited on

I found ( all codes + all new faces ) need in here :

https://github.com/wooorm/gemoji/blob/6.1.0/support.md

Please anyone update it ... you can download it from here :

https://www.youtube.com/watch?v=92-0BnrdX3E

Last edited on
Topic archived. No new replies allowed.