I'm making a game that relies on png images to store the level design data. It works fine on most phones but some phones seem to change the colors of the pixels in the createImage method and my levels get screwed.
Are there any way to read an image and be sure that nothing is changed? Or better way to design simple levels than filling pixels in photoshop.

Reply With Quote

