Hello!
I'm write mobile application and have some issue with images, downloaded from CDN (from item.imageFilename). Some images not load programmatically with C# library.
For example - anvil.png and some other. Only 279 images looking fine, other drop exception with loading and Visual Studio write error: "failed to read PNG signature: file does not start with PNG signature."
But that images is display fine in browser and application (if download directly)
Normal images have 256x256 resolution, wrong images have other resolution (384x384, 384x256..)
Hello!
I'm write mobile application and have some issue with images, downloaded from CDN (from item.imageFilename). Some images not load programmatically with C# library.
For example - anvil.png and some other. Only 279 images looking fine, other drop exception with loading and Visual Studio write error: "failed to read PNG signature: file does not start with PNG signature."
But that images is display fine in browser and application (if download directly)
Normal images have 256x256 resolution, wrong images have other resolution (384x384, 384x256..)