2

I use a png image in my project that is not displayed in emulator but it can be displayed in phone. Then i open it with photoshop, save as png and use that image. It is displayed both emulator and phone. I couldn't figure out the difference of original and edited one. And is there any setting of emulator for image display? And how can i understand any png file is supported or not?

original image

original image

edited image

edited image

Cœur
  • 37,241
  • 25
  • 195
  • 267
tutalia
  • 285
  • 3
  • 16
  • Maybe your original image was PNG-24 rather than PNG-8? I have a similar problem to this if anyone can help: http://stackoverflow.com/questions/28484088/j2me-png-created-in-photoshop-not-displaying-in-emulator – ban-geoengineering Feb 12 '15 at 17:41

1 Answers1

-1

I preferred PNG files is good for MIDP. You can check following links, It will helps you.

What image types does MIDP support?

Image Formats in J2ME

bharath
  • 14,283
  • 16
  • 57
  • 95
  • 1
    thanks for your answer links say, png is supported in midp, my question is a bit specific, some png's (original png i've uploaded in question) can't be displayed on wtk emulator, i try to find reason. – tutalia Jun 22 '11 at 12:30