Home | History | Annotate | Download | only in libpng

Lines Matching full:possible

72 complete as possible, while keeping the code easy to understand.
80 the PNG file format in whatever way possible. While there is still
113 interfaces if at all possible.
132 We'll now walk you through the possible functions to call when reading
813 keyword. It is possible to have the same keyword any number of times.
881 As of libpng version 1.2.46, not all possible expansions are supported.
958 PNG files have possible bit depths of 1, 2, 4, 8, and 16. All pixels
960 higher possible bit depth (e.g. from 5 bits/sample in the range [0,31]
961 to 8 bits/sample in the range [0, 255]). However, it is also possible
1392 It is also possible to individually free the info_ptr members that
1756 maximum possible compression at the expense of slower writing. If you
2099 you should provide the time in universal time (GMT) if possible
2234 PNG files reduce possible bit depths to 1, 2, 4, 8, and 16. If your
2317 It is possible to have libpng flush any pending output, either manually,
2416 It is also possible to individually free the info_ptr members that
2587 It is also possible to redirect errors and warnings to your own replacement
2732 scanline. Possible values are PNG_ALL_FILTERS and PNG_NO_FILTERS
2760 It is also possible to influence how libpng chooses from among the
2924 to fail if the png_ptr was not initialized to zero. It is still possible