JPG image is not loaded in Android target

Hi, Assets.getBitmapData() doesn't work correctly for JPG image in android target, while in neko/flash/windows JPG is ok. in Android, the returned value of Assets.getBitmapData() is not null but a bitmap data instance with its width & height equals 0. …

  • Forums
  • »
  • Bugs
  • »
  • JPG image is not loaded in Android target
Viewing 1 to 1 (1 Total)
JPG image is not loaded in Android target

rocks

rocks
Total Posts: 35
Joined: October 10, 2011

Hi,
Assets.getBitmapData() doesn't work correctly for JPG image in android target, while in neko/flash/windows JPG is ok.
in Android, the returned value of Assets.getBitmapData() is not null but a bitmap data instance with its width & height equals 0.
The test image is attached.

Tags:
Attachments: 2.jpg
Posted on February 10, 2012 at 3:05 AM