Home | History | Annotate | Download | only in png

Lines Matching refs:adam7

64 images (1/2/4/8 bit).  Adam7 interlacing is supported for reading and
438 (using PNG's so far only interace method, *Adam7*). This does not
1573 # print >> sys.stderr, "Adam7: start=%s,%s step=%s,%s" % (
2601 """Adam7 interlace reading.
2611 print 'adam7 read', candidate
2613 adam7 = Reader(bytes=_pngsuite[candi])
2618 adam7 = adam7.read()[2]
2619 self.assertEqual(map(list, straight), map(list, adam7))
2621 """Adam7 interlace writing.
3746 help="create an interlaced PNG file (Adam7)")