diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index e014cbd4d..1ee6540ea 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -141,7 +141,7 @@ are available:: * 3 - Restore to previous content. Pass a single integer for a constant disposal, or a list or tuple - to set the disposal for each frame separately. + to set the disposal for each frame separately. Reading local images ~~~~~~~~~~~~~~~~~~~~ @@ -557,7 +557,7 @@ uncompressed files. .. note:: - Beginning in version 4.4.0, Pillow requires libtiff to read or + Beginning in version 5.0.0, Pillow requires libtiff to read or write compressed files. Prior to that release, Pillow had buggy support for reading Packbits, LZW and JPEG compressed TIFFs without using libtiff. diff --git a/docs/installation.rst b/docs/installation.rst index 3ed48f413..657374e80 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -174,8 +174,8 @@ Many of Pillow's features require external libraries: if not available as package in your system. * setting text direction or font features is not supported without libraqm. - * libraqm is dynamically loaded in Pillow 4.4.0 and above, so support - is available if all the libraries are installed. + * libraqm is dynamically loaded in Pillow 5.0.0 and above, so support + is available if all the libraries are installed. * Windows support: Raqm support is currently unsupported on Windows. Once you have installed the prerequisites, run::