fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Generate and mimic newspapers for issues #15

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

Issues have newspaper images.

Have a look at the example HTML to understand how it is built. Here is an example of that newspaper

image

To generate this newspaper, a few images are combined into a larger image. This should be accomplished as well through code. Keep in mind (to whoever takes this issue) do not save the image. At most, create a temp file; but it should ideally just be stored on memory as bytes, sent, and never saved.