How to draw an image from scratch using the drawimage or drawRGB method in J2ME on Sun's WTK?

1

Can the drawimage or drawRGB method create from scratch any image or graphic or icon in png format for j2me games or not? Can I draw an image using the drawimage or drawRGB method without having to load an image from a specific location?

I do not want to load an existing image, but rather draw it from scratch. That is, redraw the image pixel by pixel.

Could someone show me a way to do this? Thank you.

    
asked by anonymous 21.01.2017 / 14:10

0 answers