Hugo van Kemenade
|
2ef59fdbae
|
Merge pull request #4504 from hugovk/sgi_fixes
Fix buffer overflow in SGI-RLE decoding
|
2020-04-01 12:27:14 +03:00 |
|
Hugo van Kemenade
|
0da1eca7cf
|
Merge pull request #4503 from hugovk/fix_fli_6.2.x
Fix multiple OOB reads in FLI decoding
|
2020-04-01 12:27:04 +03:00 |
|
Eric Soroos
|
6a83e43247
|
Fix OOB Access on PcxDecode.c
|
2020-04-01 10:50:51 +03:00 |
|
Eric Soroos
|
394d6a180a
|
Track number of pixels, not the number of runs
|
2020-04-01 10:12:17 +03:00 |
|
Eric Soroos
|
5b490fc413
|
additional FLI check
|
2020-04-01 09:53:14 +03:00 |
|
Eric Soroos
|
088ce4df98
|
comments
|
2020-04-01 09:53:08 +03:00 |
|
Eric Soroos
|
8d4f3c0c5f
|
Fix OOB Read in FLI Copy Chunk
|
2020-04-01 09:52:59 +03:00 |
|
Eric Soroos
|
c5edc361fd
|
Fix OOB Advance Values
|
2020-04-01 09:52:55 +03:00 |
|
Eric Soroos
|
c88b0204d7
|
Fix OOB in LC packet
|
2020-04-01 09:52:51 +03:00 |
|
Eric Soroos
|
b4e439d6d7
|
Fix OOB Reads in SS2 Chunk
|
2020-04-01 09:52:47 +03:00 |
|
Eric Soroos
|
f6926a041b
|
Refactor to macro
|
2020-04-01 09:52:44 +03:00 |
|
Eric Soroos
|
c66d8aa754
|
Fli issue 1
|
2020-04-01 09:52:40 +03:00 |
|
Hugo van Kemenade
|
f27873a888
|
Merge pull request #4243 from pmrowla/apng
Add APNG support
|
2020-04-01 00:23:57 +03:00 |
|
Hugo van Kemenade
|
b5cf165f9e
|
Merge pull request #4260 from nulano/imagegrab_xcb
ImageGrab.grab() for Linux with XCB
|
2020-03-31 23:03:21 +03:00 |
|
Hugo van Kemenade
|
16e1d6a048
|
Merge pull request #4494 from hugovk/re-add-PILLOW_VERSION
Re-add deprecated PILLOW_VERSION to give projects more time to upgrade
|
2020-03-31 22:58:23 +03:00 |
|
Hugo van Kemenade
|
761edafed8
|
Merge branch 'master' into re-add-PILLOW_VERSION
|
2020-03-31 12:07:14 +03:00 |
|
Marcin Jaworski
|
60997894d1
|
Change single to double quotes
|
2020-03-31 10:20:43 +02:00 |
|
Marcin Jaworski
|
15612d94b5
|
Support for different charset encondings in PcfFontFile
|
2020-03-31 10:20:43 +02:00 |
|
Hugo van Kemenade
|
c6115c1ceb
|
Merge pull request #4230 from dwastberg/new_chops
Added three new channel operations
|
2020-03-31 10:24:44 +03:00 |
|
Andrew Murray
|
7597a9fbfd
|
Raise warning for more operations
|
2020-03-31 17:41:47 +11:00 |
|
Andrew Murray
|
027d180eda
|
Raise a DeprecationWarning when comparing PILLOW_VERSION
|
2020-03-30 21:53:02 +11:00 |
|
Andrew Murray
|
5a511c6a8b
|
Merge pull request #4474 from radarhere/reduce2
Prevent masking Image reduce method in Jpeg2K
|
2020-03-30 07:29:21 +11:00 |
|
Hugo
|
afa758eb33
|
Re-add deprecated PILLOW_VERSION to give projects more time to upgrade
|
2020-03-29 18:36:37 +03:00 |
|
nulano
|
1e31de1824
|
add missing if brackets
|
2020-03-29 13:25:48 +02:00 |
|
Andrew Murray
|
6d8f2f95db
|
Do not reduce size if tile already loaded
Co-Authored-By: Alexander Karpinsky <homm86@gmail.com>
|
2020-03-29 16:27:43 +11:00 |
|
Andrew Murray
|
4f9118bdbd
|
Added comment [ci skip]
|
2020-03-29 16:27:37 +11:00 |
|
Andrew Murray
|
ff6ca4159a
|
Prevent masking Image reduce method
|
2020-03-29 16:27:29 +11:00 |
|
Hugo van Kemenade
|
7b628a5ef6
|
Merge pull request #4433 from zt-initech/release_GIL_in_WEBP_encode
Release Python GIL during WEBP encode
|
2020-03-27 20:08:26 +02:00 |
|
Hugo van Kemenade
|
b1f22344b4
|
Style consistency
|
2020-03-26 19:07:51 +02:00 |
|
Hugo van Kemenade
|
3970db0535
|
Merge pull request #4471 from radarhere/exif_imagemagick
Added reading of earlier ImageMagick PNG EXIF data
|
2020-03-26 13:42:58 +02:00 |
|
Hugo van Kemenade
|
332e3923cb
|
Merge pull request #4457 from radarhere/endian
Fixed endian handling for I;16 getextrema
|
2020-03-25 23:32:37 +02:00 |
|
Hugo van Kemenade
|
93483a7eeb
|
Merge pull request #4372 from nulano/cms
Return None if display profile not found in ImageCms.get_display_profile
|
2020-03-25 21:06:10 +02:00 |
|
Hugo van Kemenade
|
5e4b6e9378
|
Merge pull request #4381 from radarhere/memory
Release buffer if function returns prematurely
|
2020-03-25 21:03:16 +02:00 |
|
Andrew Murray
|
6473c237c0
|
Fixed typo
|
2020-03-24 19:52:27 +11:00 |
|
nulano
|
5253b0cd57
|
Use NotImplementedError in ImageGrab if using Linux
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-03-24 19:46:40 +11:00 |
|
nulano
|
0bcc7be89b
|
xcb screengrab docs and fixes
|
2020-03-24 19:46:40 +11:00 |
|
nulano
|
f9c74825a6
|
xcb screengrab fixes
|
2020-03-24 19:40:54 +11:00 |
|
nulano
|
3c39e6fcf6
|
xcb screengrab support
|
2020-03-24 19:29:44 +11:00 |
|
Peter Rowlands
|
8373c38840
|
Drop alpha channels when computing frame delta
|
2020-03-15 20:02:10 +09:00 |
|
Andrew Murray
|
ca5a81ef27
|
Added reading of earlier ImageMagick EXIF data
|
2020-03-14 00:04:58 +11:00 |
|
Andrew Murray
|
9f61be4c72
|
Merge branch 'master' into apng
|
2020-03-09 23:29:40 +11:00 |
|
Andrew Murray
|
e41cfade29
|
Add JPEG comment to info dictionary
|
2020-03-07 06:57:29 +11:00 |
|
Hugo van Kemenade
|
3f9b615349
|
Merge pull request #4404 from orlnub123/bugfix/thumbnail
Fix size calculation of Image.thumbnail()
|
2020-03-06 00:33:03 +02:00 |
|
Hugo van Kemenade
|
0f7ed2d35f
|
Merge pull request #4435 from radarhere/close_images
Close exclusively opened images
|
2020-03-06 00:27:46 +02:00 |
|
Hugo van Kemenade
|
da4667cc9e
|
Merge pull request #4401 from radarhere/freetype
Fixed stroke on FreeType < 2.9
|
2020-03-06 00:21:17 +02:00 |
|
Hugo van Kemenade
|
3b30b88c7f
|
Merge pull request #4454 from radarhere/bbox
If present, only use alpha channel for bounding box
|
2020-03-05 12:38:52 +02:00 |
|
Hugo van Kemenade
|
974233be45
|
Merge pull request #4438 from jdufresne/warning
Warn on typos passed to features.check()
|
2020-03-02 21:26:17 +02:00 |
|
Hugo van Kemenade
|
cd00430b04
|
Merge pull request #4441 from radarhere/noargs
Use METH_NOARGS when no arguments are required
|
2020-03-02 21:24:56 +02:00 |
|
Hugo van Kemenade
|
64a9e0c660
|
Merge branch 'master' into apng
|
2020-02-29 17:40:17 +02:00 |
|
Andrew Murray
|
42a0653097
|
Fixed endian handling for I;16 getextrema
|
2020-02-29 20:29:28 +11:00 |
|