-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Emoji support? #878
Comments
It comes down to which unicode characters are supported by a particular font. For example, You'd likely have to do some testing to see which of the available fonts have what you need. |
Hmm, looks like noto sans color emojis might be good for handling emojis |
I tried adding that font in #880 but it doesn't seem to be working: https://memegen-pr-880.herokuapp.com/images/fry/test_%F0%9F%98%AC.png?font=emoji Any ideas? |
|
Looks like using Segoe UI Emoji works best embedded_color=False The only issue currently is using embedded_color could sometimes do smth weird |
The cons of adding segiumj.ttf is that it may cause the outline to shift slightly out of alignment, if embedded_color is set to True. |
Looks like memgen can process emojis without eexternal font support by using Pilmoji |
Hey! I've been using memegen for a while now, and I've always wanted a feature to be added. Is it possible to support emojis when creating memes? Thanks!
The text was updated successfully, but these errors were encountered: