matt-dray / rostrum-blog

:memo::bug: Blog: superseded source code for rostrum.blog
Other
6 stars 3 forks source link

Include emoji in deep-fry post #77

Closed matt-dray closed 1 year ago

matt-dray commented 1 year ago

Re deep-fried memes. Looks like the code to actually add the emoji image is missing from the body of the function as defined on the page.

Just need to add something like:

img_with_emoji <- magick::image_composite(img, emoji, gravity = emoji_where)

And then refer to img_with_emoji thereafter.

matt-dray commented 1 year ago

No, not necessary, it's added already when creating img.