Home | History | Annotate | Download | only in png

Lines Matching defs:group

206 def group(s, n):
747 # Adding padding bytes so we can group into a whole
753 l = group(a, spb)
1920 # Like :meth:`group` but producing an array.array object for
1973 plte = group(array('B', self.plte), 3)
1977 plte = map(operator.add, plte, group(trns, 1))
2052 # For each row we group it into pixels, then form a
2057 row = group(row, planes)
2860 img = from_array(group(range(2**16), 256), 'L;16')