commit | 6beae586d64f414510c04723bee475b4234bdd80 | [log] [tgz] |
---|---|---|
author | Cosmin Truta <ctruta@gmail.com> | Tue Jan 09 00:33:39 2024 +0200 |
committer | Cosmin Truta <ctruta@gmail.com> | Tue Jan 09 00:33:39 2024 +0200 |
tree | 905887ac57bb820aac2a1198b7a8dc13849ef00a | |
parent | bdbbcaa4578f804734ddc6678fb24378cc18ebcf [diff] |
pngminus: Expect all image transformations to be available in libpng The pngminus programs use several PNG image transformations: `png_set_expand`, `png_set_expand_1_2_4_to_8`, etc. (in png2pnm.c); `png_set_packing`, `png_set_invert_mono`, etc. (in pnm2png.c). The availability of all of these transformations in libpng is now required at compile time. On the topic of transformations, apply an unrelated fix to the use of `png_set_gamma`.