mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Updated redirected URLs
This commit is contained in:
parent
f77adb5ab3
commit
765a6c7e74
|
@ -341,7 +341,7 @@ def pdf_repr(x):
|
|||
|
||||
|
||||
class PdfParser:
|
||||
"""Based on http://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf
|
||||
"""Based on https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf
|
||||
Supports PDF up to 1.4
|
||||
"""
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ static void decode_bc5_block(rgba *col, const UINT8* src) {
|
|||
}
|
||||
|
||||
/* BC6 and BC7 are described here:
|
||||
https://www.opengl.org/registry/specs/ARB/texture_compression_bptc.txt */
|
||||
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_texture_compression_bptc.txt */
|
||||
|
||||
static UINT8 get_bit(const UINT8* src, int bit) {
|
||||
int by = bit >> 3;
|
||||
|
|
Loading…
Reference in New Issue
Block a user