how can i load jpeg images from the gallery of the nokia 6610 or from the web? and how can i display them? can i store them in the gallery?
thanks for help.
Printable View
how can i load jpeg images from the gallery of the nokia 6610 or from the web? and how can i display them? can i store them in the gallery?
thanks for help.
Hello
You can downloadjpeg pictures over WAP to your gallery using wap browser, but in Java you can not have access to your gallery and you can not use jpeg pictures in Java.
thanks for the clarification.
now i have to find out, how i can provide jpeg images in a wap page. as far as i know, the wap browser doesn't display jpeg images (i.e. <img src=...jpg> doesn't work). i tried to link (<a href=...>) to a .jpg image within a wap page; i could download and save the .jpg file, but i couldn't display the image. is there any documentation on this topic? or can you give a code example?
...i tried again and now it works! the jpeg image i used in the last test was in 'progressive' format. however, i tried again with a jpgeg image in 'standard' format and it works now; i.e. the image is downloaded and displayed correctly.
i'm still disappointed that jpeg pictures are not supported in java. isn't it possible to include jpeg functionality into java programs?