I need to make a service that will generate images and give them on api. Images - certificates for various events. Those. they must have a text (such as the name of the winner) and a simple design. Ideally, if this could be described in HTML (as a view) and then converted somehow dynamically into an image of the desired size with the desired text. Advise that for this you can use? The language is not fundamental, but I think I can do it on Go because of speed. Although these pictures will not be generated very often, but I will request from different services.
PS Manually drawing through the library API (like this ) would not be very desirable.