Loading Large png Files iPad App - Image Distortion
I'm developing an iPad app that dymically loads many png files with transparency. I'm simply using the loader class, and for the most part it works fine.
A couple of the png files are very large. When they are loaded they seem to drop a straight line of pixels that spans the entire image horizontally.
Like the line of pixels was removed, then the image was squashed back together.
This "pixel dropping" is present several times on the image. It always appears in the same spots. I checked the original images, and they are fine. No pixel errors.
I've tried using jpg files, and I get the same result. They are not being scaled. They are being masked, but I tried removing the mask, and I get the same result.
I've tried changing the the stage quality with no effect. I'm only experiencing this on the really large images. I'm at a loss.
Any ideas?
