WP8: LoadImage does not work for all images
Monkey Forums/Monkey Bug Reports/WP8: LoadImage does not work for all images
| ||
Hey Mark, I've found another one. Looks like the image lib you use is very picky when it comes to some jpegs and pngs. Here's a project with one jpg and one png which works fine for all other platforms but not for WP8 where the images can't be loaded. http://www.leidel.net/dl/monkey/wp8images.zip |
| ||
I had the same problem and tracked this down to the Windows8 phone and desktop targets crashing on indexed PNG files. RGB is fine. It would be great if indexed PNGs was allowed. |