| Reply | « Previous Thread | Next Thread » |
|
Hi ,
I am developing an application which involves combining of two or more images and making a single figure on the canvas. Now i want to save this image as a single image . How can i do that so that i am able to send this as a single image to my friend or transfer this on to the computer. Regards, divya |
|
You create Image with desired size, get Graphics object from that image, draw your two images on that and then you can do what ever you want with the Image object. To get the bytes from the image object use getRGB()-method. The raw image data needs some processing, so you need to implement your own methods for saving for example png images.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Saving data but not in a single file, the Symbian way? | Kaali | General Symbian C++ | 2 | 2006-10-04 20:41 |