You create a mutable image using something like this:

Image img = Image.createImage(width,height, argbBackgroundColor);
Graphics g = img.getGraphics();


g.drawImage(photo, 0, 0);
g.drawString(...);


It's discussed in the graphics section more in depth. You can then save the 
data to a file using ImageIO.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/0419624e-de07-4619-86ab-ce8908599628%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to