Lines Matching full:transformation
1255 PNG_TRANSFORM_IDENTITY No transformation
1277 (This excludes setting a background color, doing gamma transformation,
1283 set of transformation flags. This call is equivalent to png_read_info(),
1288 to transformation parameters required by some future input transform.)
1652 certain color types and bit depths. Even though each transformation
1654 make sure to only enable a transformation if it will be valid for the
1728 "-" means the transformation is not supported.
1729 "X" means the transformation is obtained by png_set_expand().
1730 "1" means the transformation is obtained by
1732 "G" means the transformation is obtained by
1734 "P" means the transformation is obtained by
1736 "T" means the transformation is obtained by
1806 you want the filler before the RGB or after. This transformation
2032 Finally, you can write your own transformation function if none of
2957 PNG_TRANSFORM_IDENTITY No transformation
2984 transformation flags. This call is equivalent to png_write_info(),
2989 to transformation parameters required by some future output transform.)
3002 Note that there is one transformation you may need to do before
3016 be changed, and you can safely do this transformation after your
3032 certain color types and bit depths. Even though each transformation
3034 make sure to only enable a transformation if it will be valid for the
3109 Finally, you can write your own transformation function if none of
3455 If you wish to write your own transformation for the data, look through
3458 transformation to the one you want to add and copy off of it. More details