| Reply | « Previous Thread | Next Thread » |
|
i have two Image Objects or lets say i have a transparent image on another image how can i combine these two objects in one Image object to display it together on a screen please help me how can i do it.
Regards, Muhammad Shouab |
|
Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
Offline
Super Contributor
|
|
hi,
on Nokia phones with MIPD 2.0 unless I'm dumb tranparent PNG will be simply blended? (never tried yet), without any pixel operation though, also see your other post about nokia ui optional api which comes with Nokias SDKs, regards, Peter |
| peterblazejewicz |
| View Public Profile |
| Find all posts by peterblazejewicz |
|
this problem has solved now
point are . first make an image in the paint method of ur canvas of the domenssion u want code is like that Image offImg = Image.createImage(240,320); Graphics offGrap = offImg.getGraphics(); offGrap.drawImage(picImage,20,70,0); offGrap.drawImage(im,80,80,0); graphics.drawImage(offImg,this.getWidth()/2, this.getHeight()/2 , Graphics.VCENTER|Graphics.HCENTER); offImg is the image which contains the both images. |
|
didn't you experienced any problem concerning transparency ?
|
|
nopes i dnt get any transperency problem basically in my problem i dnt want to overlap the pictures i just wana join them thts y i didnt face any transparency problem definitely if you wana overlap the two images then images must be transparent or atleast one of them must be.
Thanks for your concern. Regards, Muhammad Shouab. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Retrieving Images from WebCam... how? | DancingWave | Mobile Java Media (Graphics & Sounds) | 0 | 2006-04-10 10:08 |
| how to add images to mbm file at runtime | sunny_singh | General Symbian C++ | 1 | 2005-12-23 14:07 |
| 急问:嵌入汇编遇到的几个问题!!! | wangfei406 | Symbian | 3 | 2005-11-29 09:11 |
| Help with creating Images..Pls | rj_cybersilver | Mobile Java Media (Graphics & Sounds) | 0 | 2005-03-02 02:58 |
| Problem with PNG Images | cyphre666 | Mobile Java Media (Graphics & Sounds) | 4 | 2003-12-12 19:20 |