<Java/Kotlin libraries for image rendering> I'm lo...
# stackoverflow
u
Java/Kotlin libraries for image rendering I'm looking for simple library or some approach in native libraries to draw some shapes, text etc. by some logic, save as PNG and deliver it. For example, the input is the string "2+2". At the output, I need a picture in PNG format, which shows 4. I tried googling it but found mostly GUI solutions (like AWT) or different libraries for image processing, like resizing, crop etc.