2

I am trying to print emojis, let's say using .print() onto images with jimp but when .write() the image the emojis show up as ??.

Is there a way to print emojis on images using jimp?

Syntle
  • 5,168
  • 3
  • 13
  • 34
  • 1
    `.print` is for printing text onto an image, from a bitmap font which you have loaded. You will need a bitmap font which contains the emojis before you can print them. – lawrence-witt Apr 14 '20 at 00:04
  • How would I go about making an emoji bitmap font? – Syntle Apr 14 '20 at 00:10
  • 1
    No idea :) It's going to be a lot more involved than just converting an existing font I think - here's a [toolset on github](https://github.com/kreativekorp/bitsnpicas) which seems related. Of course you could just get the emojis as images and `blit` or `composite` instead of writing them. – lawrence-witt Apr 14 '20 at 00:32

0 Answers0