Lines Matching full:transformation
434 PNG_TRANSFORM_IDENTITY No transformation
456 (This excludes setting a background color, doing gamma transformation,
462 set of transformation flags. This call is equivalent to png_read_info(),
467 to transformation parameters required by some future input transform.)
831 certain color types and bit depths. Even though each transformation
833 make sure to only enable a transformation if it will be valid for the
907 "-" means the transformation is not supported.
908 "X" means the transformation is obtained by png_set_expand().
909 "1" means the transformation is obtained by
911 "G" means the transformation is obtained by
913 "P" means the transformation is obtained by
915 "T" means the transformation is obtained by
985 you want the filler before the RGB or after. This transformation
1211 Finally, you can write your own transformation function if none of
2136 PNG_TRANSFORM_IDENTITY No transformation
2163 transformation flags. This call is equivalent to png_write_info(),
2168 to transformation parameters required by some future output transform.)
2181 Note that there is one transformation you may need to do before
2195 be changed, and you can safely do this transformation after your
2211 certain color types and bit depths. Even though each transformation
2213 make sure to only enable a transformation if it will be valid for the
2288 Finally, you can write your own transformation function if none of
2634 If you wish to write your own transformation for the data, look through
2637 transformation to the one you want to add and copy off of it. More details