mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Enable strip chopping for large TIFFs
This commit is contained in:
parent
23b21511b4
commit
fa66d150e2
|
@ -543,7 +543,7 @@ ImagingLibTiffDecode(
|
|||
Imaging im, ImagingCodecState state, UINT8 *buffer, Py_ssize_t bytes) {
|
||||
TIFFSTATE *clientstate = (TIFFSTATE *)state->context;
|
||||
char *filename = "tempfile.tif";
|
||||
char *mode = "r";
|
||||
char *mode = "rC";
|
||||
TIFF *tiff;
|
||||
uint16_t photometric = 0; // init to not PHOTOMETRIC_YCBCR
|
||||
uint16_t compression;
|
||||
|
|
Loading…
Reference in New Issue
Block a user