Home | History | Annotate | Download | only in libpng

Lines Matching full:interlacing

1071 the last one from one of the preceding passes.  Because interlacing may skip a
2629 The last thing to handle is interlacing; this is covered in detail below,
2673 This function automatically handles interlacing, so you don't
2687 use png_read_rows() instead. If there is no interlacing (check
2703 interlacing type for PNG is (interlace_type == PNG_INTERLACE_ADAM7);
2710 It is almost always better to have libpng handle the interlacing for you.
2765 If you don't want libpng to handle the interlacing details, just call
2793 Because the interlacing scheme is rectangular - sub-image pixels are always
2851 writing of interlaced images. If you can't get interlacing to work in your
3325 the last one from one of the preceding passes. Because interlacing may skip a
4066 each row. This function automatically handles interlacing, so you don't
4096 1999) defined interlacing scheme for PNG files is the "Adam7" interlace
4102 If you don't want libpng to handle the interlacing details, just
4122 take advantage of the interlacing and even then the image has to be exactly
4128 the interlacing yourself. Call png_set_interlace_handling() and use the
4644 Note that the write API does not support interlacing, sub-8-bit pixels,