mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
'make linkcheck' fixes
This commit is contained in:
parent
d392b423cd
commit
b72b0295c7
|
@ -27,7 +27,7 @@ Subsampling
|
|||
|
||||
Subsampling is the practice of encoding images by implementing less resolution
|
||||
for chroma information than for luma information.
|
||||
(ref.: http://en.wikipedia.org/wiki/Chroma_subsampling)
|
||||
(ref.: https://en.wikipedia.org/wiki/Chroma_subsampling)
|
||||
|
||||
Possible subsampling values are 0, 1 and 2 that correspond to 4:4:4, 4:2:2 and
|
||||
4:1:1 (or 4:2:0?).
|
||||
|
@ -41,8 +41,8 @@ Quantization tables
|
|||
|
||||
They are values use by the DCT (Discrete cosine transform) to remove
|
||||
*unnecessary* information from the image (the lossy part of the compression).
|
||||
(ref.: http://en.wikipedia.org/wiki/Quantization_matrix#Quantization_matrices,
|
||||
http://en.wikipedia.org/wiki/JPEG#Quantization)
|
||||
(ref.: https://en.wikipedia.org/wiki/Quantization_matrix#Quantization_matrices,
|
||||
https://en.wikipedia.org/wiki/JPEG#Quantization)
|
||||
|
||||
You can get the quantization tables of a JPEG with::
|
||||
|
||||
|
|
|
@ -52,12 +52,12 @@ Compilers
|
|||
Download and install:
|
||||
|
||||
* `Microsoft Windows SDK for Windows 7 and .NET Framework 3.5
|
||||
SP1 <http://www.microsoft.com/en-us/download/details.aspx?id=3138>`_
|
||||
SP1 <https://www.microsoft.com/en-us/download/details.aspx?id=3138>`_
|
||||
|
||||
* `Microsoft Windows SDK for Windows 7 and .NET Framework
|
||||
4 <http://www.microsoft.com/en-us/download/details.aspx?id=8279>`_
|
||||
4 <https://www.microsoft.com/en-us/download/details.aspx?id=8279>`_
|
||||
|
||||
* `CMake-2.8.10.2-win32-x86.exe <http://www.cmake.org/cmake/resources/software.html>`_
|
||||
* `CMake-2.8.10.2-win32-x86.exe <https://cmake.org/download/>`_
|
||||
|
||||
The samples and the .NET SDK portions aren't required, just the
|
||||
compilers and other tools. UNDONE -- check exact wording.
|
||||
|
|
|
@ -36,7 +36,7 @@ vector data. Path objects can be passed to the methods on the
|
|||
**distance** is measured as `Manhattan distance`_ and defaults to two
|
||||
pixels.
|
||||
|
||||
.. _Manhattan distance: http://en.wikipedia.org/wiki/Manhattan_distance
|
||||
.. _Manhattan distance: https://en.wikipedia.org/wiki/Manhattan_distance
|
||||
|
||||
.. py:method:: PIL.ImagePath.Path.getbbox()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user