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.