[android-developers] Re: Bug in Bitmap.compress when used on JPEGs?

2008-09-03 Thread Bertl
I have another problem refered to Bitmaps, I save png pictures of CameraPReview, but when I show them a little smaller were reset, I have proved with Log.i(...) and Iit exists and with a normal value my Bitmap but when I write pic.width() pich.height() I get always null. Why? --~--~-~--~-

[android-developers] Re: Where does the emulator look for the SD Card Image File ?

2008-08-29 Thread Bertl
Hi Graeme, you need absolute paths, where your sdcard image lays, i.e. if your file sdcard.img is in C:\sdcard\sdcard.img, then you should input C: \sdcard\sdcard.img, also, the absolute path where your file is. Emulator path play no role. I hope, that's you needed. Regards --~--~-~--~