12-29-2010 11:53 PM
12-30-2010 01:55 AM - edited 12-30-2010 02:31 AM
I think i know the problem with the images, they have been mutated. The thing now is that all i need is just open the images and there is no need to convert to bitmap.
12-30-2010 11:40 AM
That's good that you might know the issue.
@satish4ru: The reason I say to do an attachment is an attachment is instant, uploading a photo requires mod approval.
12-30-2010 08:16 PM
You were saying in the other post that I can get a image by getting a Graphics object for it, then draw the EncodedImage to it. Which graphics library on blackberry can I use for opening a still image?
12-30-2010 09:35 PM
For opening a still image? I thought you said you used EncodedImage?
01-01-2011 07:17 AM
I have tried using EncodedImage but some images doesn't work. Do you know how to open a still image? Thanks!
01-01-2011 11:21 AM
Unfortunetly the options I know of is EncodedImage, Bitmap, Image (MIDP), writing your own image decoder, or modifying your image.
If you can't open with EncodedImage, Bitmap, or Image then your only options are write a image decoder or modify the image.