问题
I have a webgl application and quite a bunch of images. It has, however, come to my attention that images with given paths do not get recognized and hence are not used as textures in this application while others work just fine.
for example images with paths like:
assets/my_app/images/products/775/882/gHI1%201%200%20007%205NR%20H00968%2001b.jpg
are not recognized, but whats worse is that I get no error whatsoever, except the fact that where a texture is supposed to be, I get none.
however paths like this works fine:
assets/my_app/images/products/1/1/10_58_1458220717_exnurfqolcmsbpgajizdhkywt.jpg
I really need the first kind of path to work as well because most of the images I am using are saved this way.
How best can I solve this issue. I have got quite a number of images. Any suggestions are highly appreciated. Thanks.
来源:https://stackoverflow.com/questions/51539582/images-with-certain-path-types-will-not-display-in-my-webgl-app