Commit Graph

6933 Commits

Author SHA1 Message Date
Hugo
a3b15c4a5f
Merge pull request #2844 from hugovk/pep8-to-pycodestyle
pep8 is now pycodestyle
2017-11-08 19:15:05 +02:00
Hugo
994b22d564 pep8 is now pycodestyle 2017-11-08 14:24:44 +02:00
Hugo
dbde09acd0 Sort 2017-11-08 14:21:59 +02:00
Hugo
5cc7289d2a Tabs to spaces 2017-11-08 14:19:56 +02:00
Eric Soroos
387ec79ceb Enable centos-7, fedora-25, remove fedora-24 2017-11-08 11:38:49 +00:00
wiredfool
e7b3871360
Update CHANGES.rst [ci skip] 2017-11-08 10:52:40 +00:00
wiredfool
79f2ae0c75
Merge pull request #2841 from radarhere/tempfile
Changed test to use tempfile
2017-11-08 10:48:46 +00:00
Andrew Murray
28119dd68d Changed test to use tempfile 2017-11-08 12:59:05 +11:00
Alex Clark
0727e83c2e Specify libimagequant-devel [ci skip] 2017-11-06 19:05:48 -05:00
Alex Clark
cebb799458 How about yum install? [ci skip] 2017-11-06 18:26:38 -05:00
wiredfool
7afaf4ddde
Merge pull request #2836 from hugovk/release-notes
Add release notes for 4.4.0
2017-11-06 12:25:01 +00:00
Hugo
01e2634bc3 Add release notes for 4.4.0 2017-11-06 13:58:05 +02:00
Andrew Murray
04d9ce29a9 Changed TIFF saving to use single frame save if given a single frame image and an empty generator 2017-11-06 20:11:29 +11:00
Andrew Murray
bfaa0a1f07 Added support for generators when using append_images for WEBP 2017-11-06 20:06:50 +11:00
Andrew Murray
6c6f95f1d6 Removed unnecessary code 2017-11-06 19:54:15 +11:00
wiredfool
9bd66bccfc
Update CHANGES.rst [ci skip] 2017-11-05 22:25:50 +00:00
wiredfool
feec55e392
Merge pull request #2833 from hugovk/olefile-importerror
Replace PIL.OleFileIO warning with descriptive ImportError
2017-11-05 22:23:36 +00:00
Hugo
abe1975e00 Replace PIL.OleFileIO warning with descriptive ImportError 2017-11-05 19:25:52 +02:00
wiredfool
af06b6322c
Update CHANGES.rst [ci skip] 2017-11-05 15:35:40 +00:00
wiredfool
a3a9faf3a2
Merge pull request #2761 from monolithlabs/animated_webp
Add support for animated WebP files
2017-11-05 15:34:50 +00:00
wiredfool
52079cb297
Merge pull request #2805 from ixio/fix-#2804
Fix #2804: sets encoderinfo for images when saving multi-page PDF
2017-11-05 15:18:22 +00:00
wiredfool
5957d61efb
Update CHANGES.rst [ci skip] 2017-11-05 15:18:12 +00:00
wiredfool
074fd7d504
Update CHANGES.rst [ci skip] 2017-11-05 15:12:16 +00:00
wiredfool
533c5dfd05
Merge pull request #2789 from jdufresne/olefile-optional
Allow the olefile dependency to be optional
2017-11-05 15:09:06 +00:00
wiredfool
f5e4338b86
Merge pull request #2813 from wiredfool/issue_2811
Permit LZW code lengths up to 12 bits in GIF decode
2017-11-05 15:02:41 +00:00
wiredfool
13d8499371
Merge pull request #2825 from wiredfool/fix_pcf_tests
Fix PCF/PILFont
2017-11-05 15:01:50 +00:00
wiredfool
dbe043a9c5
Merge pull request #2831 from wiredfool/pr_2820
PPM: Use fixed list of whitespace, rather relying on locale
2017-11-05 15:00:28 +00:00
wiredfool
e341fbfc05
Merge pull request #2829 from radarhere/generator
Added support for generators when using append_images
2017-11-05 14:59:02 +00:00
Hugo
c0c16c3bf2
Update CHANGES.rst
[CI skip]
2017-11-05 10:50:46 +02:00
Hugo
0c72e5036c
Merge pull request #2830 from radarhere/libimagequant
Update libimagequant to 2.11.2
2017-11-05 10:50:04 +02:00
Andrew Murray
e29a765b6c Updated libimagequant to 2.11.2 2017-11-05 12:55:03 +11:00
Andrew Murray
bc255c97ff Added support for generators when using append_images 2017-11-04 10:46:15 +11:00
Eric Soroos
782e8e64d2 removing unreachable code 2017-11-03 14:11:59 +00:00
Eric Soroos
2f04ee5e48 whitespace tuple 2017-11-02 21:32:33 +00:00
wiredfool
ccd28fbc19
Update CHANGES.rst [ci skip] 2017-11-02 21:26:22 +00:00
wiredfool
6932b5a4ec
Merge pull request #2824 from hasahmed/patch-2
Corrected PixelAccess.rst documentation
2017-11-02 21:14:08 +00:00
Eric Soroos
3f4abf6caa Fix/test for #2826, unchecked exception leading to null pointer dereference, segfault 2017-11-02 20:46:17 +00:00
Eric Soroos
7e484eba77 Include a null byte at the end of the string, length doesn't include it
Fixes #2758
2017-11-02 13:07:49 +00:00
Eric Soroos
b0b2009c58 Where is this failing on hello, world 2017-11-02 13:07:49 +00:00
Eric Soroos
ab61cedbdc added text size test 2017-11-02 13:07:49 +00:00
Eric Soroos
ebb0a491b6 test the accuracy of the font file conversion 2017-11-02 13:07:49 +00:00
Eric Soroos
7a5d215022 Remove Adobe Helvetica screen font, update Pcf font tests using freely available font 2017-11-02 13:07:49 +00:00
Hugo
b0c074bb84
Merge pull request #2823 from wiredfool/eps_showpage_relax
Relaxing similarity on showpage test, Arch has rendering differences
2017-11-01 22:30:18 +02:00
Hasan Yusuf Ahmed
d891347b89
Corrected line 45 parameter name/documentation mismatch 2017-11-01 15:17:07 -04:00
Hasan Yusuf Ahmed
ee1f814479
Update PixelAccess.rst
Corrected parameter-name documentation mismatch.
2017-11-01 14:36:40 -04:00
Eric Soroos
636e5ff1e9 Relaxing similarity on showpage test, Arch has rendering differences 2017-11-01 14:05:40 +00:00
Hugo
badb2782e8
Update CHANGES.rst
[CI skip]
2017-11-01 12:41:56 +02:00
Hugo
afb4955e86
Merge pull request #2822 from radarhere/raqm
Updated raqm to 0.3.0
2017-11-01 12:41:21 +02:00
Andrew Murray
c979fb96af Updated raqm to 0.3.0 2017-11-01 21:18:09 +11:00
markmiscavage
fb19834d21 fix for #272 on SmartOS. Stripping whitespace from string.whitespace. 2017-10-31 09:31:02 -07:00