I'm hoping someone can help to teach me how I might do the following:
Take one base image, and on top of it overlay a date (Saturday, February 19th, 2022, for ex.) and then write that to a new image file named for the date. Then repeat, but this time incrementing to the next chronological date, so on and so forth. My aim is to create a year's worth of images, one for each day of the calendar year.
The controls I need for the date are to choose a font, a size, and an offset from the upper right-hand corner of the image.
I really appreciate any time you might spend on this. I'm new to Python but want to learn how to deconstruct this kind of problem and code a solution myself. This is my first project.