PImage on android mode

edited February 2014 in Android Mode

my android program include some images. one image make by graphics design software and the other is image from my android camera. the original image 1. bg hp

when the program deploying on the device the image not same as the original

Screenshot_2014-02-20-17-36-56

but the image photo from camera is normal as the original

can someone tell me why this happen?

Answers

  • Is the second image a screenshot from the device? If so, this is fairly normal - not all devices have screens that perfectly maintain the coloring of your images. It isn't anything that you're doing wrong. The image asset is still correct, and may be displayed better on a better screen (depending on what you're using to test now...).

  • Have you tried it in the emulator? Maybe this way you will see if the problem is your phone screen of your program.

  • @calsign : yes its screenshot from my device. but when i open the image asset from my device photo viewer its fine.

    @Nittram : not yet. ok i will run it on emulator

Sign In or Register to comment.