Pillow/docs/handbook
Oliver Tonnhofer 2af4026201 Improve encoding of TIFF tags (#3861)
* Improve encoding of TIFF tags

- Pass tagtype from v2 directory to libtiff encoder, instead of
autodetecting type.
- Use explicit types. E.g. uint32_t for TIFF_LONG to fix issues on
platforms with 64bit longs.
- Add support for multiple values (arrays). Requires type in v2
directory and values must be passed as a tuple.
- Add support for signed types (e.g. TIFFTypes.TIFF_SIGNED_SHORT).

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2019-06-30 21:48:19 +03:00
..
appendices.rst Add note about appendices [ci skip] 2015-04-04 08:50:47 -04:00
concepts.rst Revert "Merge pull request #3838 from radarhere/i_conversion" 2019-06-11 19:28:31 +10:00
image-file-formats.rst Improve encoding of TIFF tags (#3861) 2019-06-30 21:48:19 +03:00
index.rst Clean up Handbook 2015-09-30 06:38:51 -04:00
overview.rst Link method [ci skip] 2019-06-02 13:34:18 +10:00
tutorial.rst Added import [ci skip] 2019-05-06 08:38:43 +10:00
writing-your-own-file-decoder.rst Added note about RGBX padding 2019-06-21 19:37:43 +10:00