wiredfool
|
a1f244343d
|
Fixed j2k integer overflow error on encode - CVE-2016-3076
|
2016-04-01 05:11:54 -07:00 |
|
wiredfool
|
26970c5e21
|
Merge pull request #1782 from radarhere/compression
Different frames may have different compression types
|
2016-04-01 03:38:18 -07:00 |
|
wiredfool
|
39fb128898
|
Merge pull request #1772 from radarhere/copy
Added __copy__ method to Image
|
2016-04-01 03:35:21 -07:00 |
|
wiredfool
|
0fb65753ce
|
Merge pull request #1780 from wiredfool/j2k_exception
Fix for UnboundLocalError with corrupt jpeg2k file
|
2016-04-01 03:29:09 -07:00 |
|
Geka
|
33fff9e4a8
|
Add test for multipage tiff file with different compression
|
2016-03-27 22:19:04 +11:00 |
|
wiredfool
|
0c4131bf67
|
Fixing tests on windows/32bit
|
2016-03-26 15:01:26 -07:00 |
|
wiredfool
|
43b4b8d664
|
Fix for UnboundLocalError with corrupt jpeg2k file
|
2016-03-26 13:41:00 -07:00 |
|
wiredfool
|
f65fcf7274
|
Fixing the tests on py 3.x
|
2016-03-16 10:13:51 +00:00 |
|
Andrew Murray
|
bb0d312de7
|
Added __copy__ method to Image
|
2016-03-16 20:23:51 +11:00 |
|
wiredfool
|
c6ec3be0d6
|
Fix for integer overflow in path.c
|
2016-03-15 19:56:40 +00:00 |
|
wiredfool
|
b550b2a9e4
|
Merge pull request #1756 from SemanticsOS/lambdafu/pycms
Give much more details about ICC profiles.
|
2016-03-14 10:05:49 -07:00 |
|
wiredfool
|
fb853267f9
|
Merge pull request #1748 from radarhere/path
Fixed bug when saving to a non-existent path using pathlib
|
2016-03-14 09:48:53 -07:00 |
|
Marcus Brinkmann
|
87603266ad
|
Give much more details about ICC profiles.
|
2016-03-05 04:40:24 +01:00 |
|
Andrew Murray
|
b959a25f09
|
Fixed bug when saving to a non-existent path using pathlib
|
2016-02-27 13:10:50 +11:00 |
|
hugovk
|
39e407dbc1
|
Failing test for #1744
|
2016-02-24 15:06:28 +02:00 |
|
Hugo
|
cfc195f15c
|
Merge pull request #1723 from radarhere/show
Removed unused Tests files
|
2016-02-09 14:49:14 +02:00 |
|
Andrew Murray
|
779f7e129e
|
Removed unused Tests files
|
2016-02-09 22:06:44 +11:00 |
|
Andrew Murray
|
ce3e59414c
|
Fixed typo [ci skip]
|
2016-02-09 22:02:43 +11:00 |
|
Eric Soroos
|
717720b051
|
Fix for buffer overflow in TiffDecode.c CVE-2016-0740
|
2016-02-04 08:13:11 -08:00 |
|
wiredfool
|
893a40850c
|
FLI overflow error fix and testcase CVE-2016-0775
|
2016-02-04 08:13:02 -08:00 |
|
wiredfool
|
1723dc2d07
|
Merge pull request #1714 from wiredfool/resample-overflow
Overflow in resample.c, with tests
|
2016-02-04 07:52:59 -08:00 |
|
wiredfool
|
95a25a0d82
|
input parameter filtering
|
2016-02-04 07:19:54 -08:00 |
|
wiredfool
|
ff7962c3be
|
test for #1711
|
2016-02-04 07:19:54 -08:00 |
|
wiredfool
|
c581d8abfb
|
added __main__ clause
|
2016-02-04 04:24:47 -08:00 |
|
wiredfool
|
ae453aa18b
|
PCD decoder overruns the shuffle buffer, Fixes #568
|
2016-02-02 05:46:26 -08:00 |
|
wiredfool
|
850f6dca06
|
added tests for ftex
|
2016-02-01 05:23:37 -08:00 |
|
Jerome Leclanche
|
58c59bbad0
|
Add a loader for the FTEX format from Independence War 2: Edge of Chaos
|
2016-02-01 05:23:37 -08:00 |
|
wiredfool
|
c09ba49f0f
|
Merge pull request #1647 from radarhere/multiline
Allowed text method to pass on multiline_text method specific arguments
|
2016-02-01 01:18:51 -08:00 |
|
wiredfool
|
7d1df35089
|
Merge pull request #1686 from radarhere/seek
Allow ImageSequence to seek to zero
|
2016-01-31 09:08:09 -08:00 |
|
wiredfool
|
3f1834a67b
|
Merge pull request #1649 from radarhere/iterator
Modified ImageSequence Iterator class to be an iterator
|
2016-01-31 09:06:43 -08:00 |
|
wiredfool
|
99e88c7796
|
Merge pull request #1653 from wiredfool/gbr
Fixed long broken GBRImagePlugin
|
2016-01-31 09:03:03 -08:00 |
|
Andrew Murray
|
2b0c037d5f
|
Allowed ImageSequence to seek to zero
|
2016-01-27 14:04:05 +11:00 |
|
Andrew Murray
|
0ad6f5ff1f
|
Updated deprecated asserts
|
2016-01-24 12:44:31 +11:00 |
|
Andrew Murray
|
a7a087e0b2
|
Added FPX test
|
2016-01-23 13:50:17 +11:00 |
|
Andrew Murray
|
da7e712cb4
|
Added MIC test
|
2016-01-23 13:46:36 +11:00 |
|
Andrew Murray
|
957187d417
|
Added TIFF IFD test
|
2016-01-21 16:00:53 +11:00 |
|
wiredfool
|
b0d15c9b8d
|
Catch truncated DDS files
|
2016-01-15 21:34:36 +00:00 |
|
wiredfool
|
18d48dc665
|
fixing dds plugin on Py 2.x, relaxing dxt5 test
|
2016-01-08 13:58:19 -08:00 |
|
wiredfool
|
13f2d22700
|
Correctness tests for DDS
|
2016-01-08 07:59:18 -08:00 |
|
wiredfool
|
25428afb70
|
Working GbrImagePlugin for version 2 GBR (gimp brush) files
|
2016-01-08 07:18:48 -08:00 |
|
wiredfool
|
ccd9d4b489
|
Test images for GbrImagePlugin, created in GIMP 2.8 by Eric Soroos
|
2016-01-08 07:18:05 -08:00 |
|
hugovk
|
05b22cedd5
|
Add docstrings
|
2016-01-06 12:26:58 +02:00 |
|
Andrew Murray
|
f4df96816b
|
Modified ImageSequence Iterator class to be an iterator
|
2016-01-06 21:09:40 +11:00 |
|
hugovk
|
517cbbff08
|
Test NotImplementedError
|
2016-01-06 11:59:47 +02:00 |
|
hugovk
|
02ec83ee64
|
Test image from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551
|
2016-01-06 11:57:51 +02:00 |
|
hugovk
|
f826bff3c7
|
Simplify sanity tests
|
2016-01-06 11:24:09 +02:00 |
|
hugovk
|
3515cf82b7
|
Test images from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551
|
2016-01-06 11:00:08 +02:00 |
|
hugovk
|
ca216951ab
|
Test DdsImagePlugin
|
2016-01-06 10:59:37 +02:00 |
|
Andrew Murray
|
a653afb10d
|
Allowed textsize method to pass on multiline_textsize method specific arguments
|
2016-01-06 17:13:16 +11:00 |
|
Andrew Murray
|
89e3758fb8
|
Allowed text method to pass on multiline_text method specific arguments
|
2016-01-06 10:42:03 +11:00 |
|