I have a method that needs to parse through a bunch of large PNG images pixel by pixel (the PNGs are 600x600 pixels each). It seems to work great on the Simulator, but on th
Perhaps CGImageGetBytesPerRow (power of two sounds excessive).