How to draw text to image and save it? MAUI

Copper Contributor

I am trying to make a mobile application that adds text to an image then saves it to the device. I see that drawing the text and image can be done using Maui.Graphics . But, I am not sure about the following steps.

 

 

5 Replies

Any luck? I need to do the same thing

 

@tmhr4 

@Albernazf unfortunately not. couldn't find a way at the time.

I would say there are three options based on your needs: 

In each you would be rendering the text with the graphics view on the image and then saving it off.

@JamesMontemagno  I've ended up using Skiasharp, thx 

Hi @Albernazf, do you have some working code you could share? I need to do the same thing but have spent days trying to get SkiaSharp up and running but cannot get even the simplest example working.