Searched refs:apixels (Results 1 – 1 of 1) sorted by relevance
243 def interleave_planes(ipixels, apixels, ipsize, apsize): argument256 atotal = len(apixels)264 out.extend(apixels)269 out[i+ipsize:newtotal:newpsize] = apixels[i:atotal:apsize]878 apixels = array('B')879 apixels.fromfile(pgmfile,882 pixels = interleave_planes(pixels, apixels,