mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Changed array size to be arbitrary
Co-Authored-By: radarhere <radarhere@gmail.com>
This commit is contained in:
parent
207ed04d87
commit
8d6347ab72
|
@ -806,7 +806,7 @@ PyImaging_LibTiffEncoderNew(PyObject* self, PyObject* args)
|
|||
Py_ssize_t pos = 0;
|
||||
int key_int, status, is_core_tag, i;
|
||||
// This list also exists in TiffTags.py
|
||||
const int tags[32] = {
|
||||
const int tags[] = {
|
||||
256, 257, 258, 259, 262, 263, 266, 269, 274, 277, 278, 280, 281, 340,
|
||||
341, 282, 283, 284, 286, 287, 296, 297, 321, 338, 32995, 32998, 32996,
|
||||
339, 32997, 330, 531, 530
|
||||
|
|
Loading…
Reference in New Issue
Block a user