Generating date stamp image in Imagemagick

前端 未结 3 894
心在旅途
心在旅途 2021-01-24 03:16

I have a static html site where I post calendar events. I thought of using Imagemagick to generate date stamp image like this.

3条回答
  •  孤独总比滥情好
    2021-01-24 04:16

    Yeah Imagemagick can do that. http://www.imagemagick.org/Usage/text/ has lots of examples. It might be best to write a small python script that takes month and date and supplies the proper arguments to Imagemagick once you figure out what you want.

提交回复
热议问题