Eric Soroos
|
d96945b7c8
|
Fix Out of bounds read when saving GIF of xsize=1
|
2020-12-27 16:01:26 +01:00 |
|
Andrew Murray
|
00df94bb78
|
Removed unused variable
|
2020-12-27 16:16:55 +11:00 |
|
Andrew Murray
|
cf530b8d9c
|
Merge pull request #5111 from cgohlke/patch-3
Fix dereferencing of potential null pointers
|
2020-12-27 12:21:09 +11:00 |
|
Andrew Murray
|
51b8137924
|
Changed style for consistency
|
2020-12-26 21:49:40 +11:00 |
|
Hugo van Kemenade
|
2635a4859d
|
Merge pull request #5127 from radarhere/warnings
Fixed warnings assigning to "unsigned char *" from "char *"
|
2020-12-24 10:50:24 +02:00 |
|
Andrew Murray
|
e37a8a263d
|
Merge pull request #4568 from ziplantil/ico-append-images
Add append_images support for ICO
|
2020-12-24 11:10:33 +11:00 |
|
Andrew Murray
|
8eaf9e7cb7
|
Fixed warning assigning to "unsigned char *" from "char *"
|
2020-12-24 10:47:06 +11:00 |
|
Andrew Murray
|
36dc83e3ac
|
Fixed comparison between unsigned int and int
|
2020-12-22 16:07:32 +11:00 |
|
Andrew Murray
|
26e5929617
|
Fixed comparison between int and unsigned long
|
2020-12-22 16:06:44 +11:00 |
|
Andrew Murray
|
8794610c76
|
Block TIFFTAG_SUBIFD
|
2020-12-22 11:38:02 +11:00 |
|
Andrew Murray
|
0eddc82157
|
Merge pull request #5108 from cgohlke/patch-1
Fix dereferencing potential null pointer
|
2020-12-22 08:26:48 +11:00 |
|
Hugo van Kemenade
|
396b329507
|
Merge pull request #5113 from radarhere/memory
Replaced PyErr_NoMemory with ImagingError_MemoryError
|
2020-12-20 22:17:10 +02:00 |
|
Christoph Gohlke
|
d1e706d756
|
return ImagingError_MemoryError
|
2020-12-19 19:42:29 -08:00 |
|
Christoph Gohlke
|
fd14616dbb
|
Return ImagingError_MemoryError
|
2020-12-19 19:37:05 -08:00 |
|
Christoph Gohlke
|
15dd7aef9f
|
Return ImagingError_MemoryError
|
2020-12-19 19:35:21 -08:00 |
|
Andrew Murray
|
83d82ae150
|
Merge pull request #5098 from hugovk/deprecate-freetype
Deprecate FreeType 2.7
|
2020-12-20 13:35:41 +11:00 |
|
Andrew Murray
|
b7fb39fff8
|
Use ImagingError_MemoryError NULL return value
|
2020-12-20 13:00:16 +11:00 |
|
Andrew Murray
|
75542fea6d
|
Replaced PyErr_NoMemory with ImagingError_MemoryError
|
2020-12-20 13:00:10 +11:00 |
|
Christoph Gohlke
|
fd4b0609ef
|
Fix dereferencing of potential null pointers
|
2020-12-19 15:58:25 -08:00 |
|
Christoph Gohlke
|
c1adae6f70
|
Remove duplicate code
|
2020-12-19 15:07:51 -08:00 |
|
Christoph Gohlke
|
7673cb7549
|
Fix dereferencing potential null pointer
|
2020-12-19 14:57:55 -08:00 |
|
Andrew Murray
|
043d8dac0b
|
Do not require packaging just for a DeprecationWarning
|
2020-12-18 23:42:16 +11:00 |
|
Hugo van Kemenade
|
27bf17009c
|
Deprecate FreeType 2.7, to be removed in Pillow 9 (2022-01-02)
|
2020-12-17 10:28:06 +02:00 |
|
Hugo van Kemenade
|
0893f502c3
|
Document when deprecations will be removed [CI skip]
|
2020-12-10 14:32:43 +02:00 |
|
Hugo van Kemenade
|
2b87ccae89
|
Merge pull request #5026 from radarhere/unused
Removed unused C methods
|
2020-11-18 14:46:36 +02:00 |
|
Andrew Murray
|
4f0b9185a3
|
Fixed link formatting
|
2020-11-14 08:41:44 +11:00 |
|
Andrew Murray
|
7e2015c75f
|
init() if one of the formats is unrecognised
|
2020-11-11 21:05:57 +11:00 |
|
Andrew Murray
|
2ae597c357
|
Renamed variable to match IcnsImagePlugin
|
2020-11-04 22:42:53 +11:00 |
|
Andrew Murray
|
8593e17b05
|
Removed unused methods
|
2020-11-02 20:58:51 +11:00 |
|
Andrew Murray
|
732bf12fd6
|
Merge branch 'master' into 3.10
|
2020-10-31 15:16:46 +11:00 |
|
Hugo van Kemenade
|
b074d87179
|
Merge pull request #4760 from qiankanglai/dds-rgba8888
Support raw rgba8888 for dds
|
2020-10-15 08:10:01 +03:00 |
|
nulano
|
26cfe04fea
|
fix PY_SSIZE_T_CLEAN in display.c
|
2020-10-14 21:12:00 +01:00 |
|
Hugo van Kemenade
|
7a20ef7818
|
8.1.0.dev0 version bump
|
2020-10-14 21:23:45 +03:00 |
|
Hugo van Kemenade
|
235a7d6d7d
|
8.0.0 version bump
|
2020-10-14 19:02:53 +03:00 |
|
Hugo van Kemenade
|
1cb3e2f742
|
Merge pull request #4918 from gofr/4825-jpeg-16-bit-qt
|
2020-10-14 17:58:12 +03:00 |
|
Hugo van Kemenade
|
04f1b38fd1
|
Merge pull request #4979 from radarhere/ifd
Added reading of IFD tag type
|
2020-10-14 17:43:41 +03:00 |
|
Hugo van Kemenade
|
14643d5746
|
Merge pull request #4806 from nqbit/msan_bug
Initialize offset memory for PyImagingPhotoPut
|
2020-10-14 17:38:17 +03:00 |
|
Hugo van Kemenade
|
e58baa0c09
|
Merge pull request #4756 from nulano/warn-tiff
Fix TiffDecode comparison warnings
|
2020-10-14 17:33:05 +03:00 |
|
Hugo van Kemenade
|
2c0aa5d0b8
|
Merge pull request #4923 from ax3l/fix-imagingHinclude
|
2020-10-14 16:33:42 +03:00 |
|
Andrew Murray
|
1a3367400c
|
Added reading of IFD tag type
|
2020-10-14 23:37:54 +11:00 |
|
Hugo van Kemenade
|
f9852c0381
|
Merge branch 'master' into fix-imagingHinclude
|
2020-10-14 14:50:36 +03:00 |
|
Axel Huebl
|
115add2fa0
|
do not add extra include directories (#3)
Co-authored-by: nulano <nulano@nulano.eu>
|
2020-10-14 01:59:34 -07:00 |
|
nulano
|
e65dd04a63
|
avoid using pkg_resources in PIL.features.pilinfo
|
2020-10-13 17:52:26 +01:00 |
|
Hugo van Kemenade
|
9a93f6ee45
|
Merge pull request #4959 from nulano/anchor-part3
|
2020-10-12 19:27:08 +03:00 |
|
Hugo van Kemenade
|
c7b0fe1bca
|
Merge pull request #4963 from nulano/implicit-function
|
2020-10-12 19:23:40 +03:00 |
|
nulano
|
b49ebad5f5
|
Merge remote-tracking branch 'upstream/master' into anchor-part3
|
2020-10-12 16:14:00 +01:00 |
|
nulano
|
d7a08cbd15
|
add color support to new text measuring functions
|
2020-10-12 16:05:19 +01:00 |
|
Hugo van Kemenade
|
c1a9f889f3
|
Merge pull request #4964 from nulano/pypy
|
2020-10-12 17:59:55 +03:00 |
|
nulano
|
90e8255ba4
|
Merge remote-tracking branch 'upstream/master' into anchor-part3
# Conflicts:
# Tests/test_imagefontctl.py
|
2020-10-12 15:50:45 +01:00 |
|
Hugo van Kemenade
|
309cb9e5c4
|
Merge pull request #4927 from radarhere/tuple
|
2020-10-12 14:40:22 +03:00 |
|