- Home /
some JPG images not loading properly with WWW
Edit: problem is the file is 32bit jpeg. this is not a valid jpeg format, but non IE browsers and Unity editor can read it ok. WWW can not read this invalid format.
Some jpg images are not loading properly simple code
image = new Texture2D (4096, 4096, TextureFormat.RGB24, false);
www.LoadImageIntoTexture(image);
Also just did a direct
image = www.image;
this image http://uni-kk.net/demoimages/myhome.jpg which looks ok in a chrome and safari on a mac is moved about 20% to the right and then wrapped around from the left again. also it made of black vertical strips and coloured strips. Other images that look like they are taken with a camera look ok.Might it be something to do with interleaving? any suggestions on how to fix this?
Your answer
Follow this Question
Related Questions
Unity Applications not working properly. 1 Answer
Ios problem with www class 2 Answers
WWW Streaming 0 Answers
Unity WWW gzip 1 Answer
Image Background Problem 1 Answer