wiredfool
55065be2e6
Merge pull request #2354 from radarhere/quant
...
Changed from pngquant to libimagequant
2017-01-16 11:06:51 +00:00
wiredfool
eb8f6aa566
Merge pull request #2352 from hugovk/fix-invalid-string-escapes
...
Fix invalid string escapes in winbuild
2017-01-16 11:05:20 +00:00
Andrew Murray
c5cd32dd4a
Changed from pngquant to libimagequant
2017-01-14 19:54:14 +11:00
hugovk
bbb0ab9101
Fix invalid string escapes
2017-01-12 21:28:24 +02:00
Jarkko Pöyry
3bdd15e55e
Make mode descriptor cache initialization thread-safe.
...
Initializing mode descriptor cache in-place is racy and may cause a thread to
observe a partially constructed cache if another thread is pre-empted while
it's still constructing the cache. In this change, the mode descriptor cache is
constructed into a local variable instead and then set globally in a single
atomic operation, preventing any possibility of observing an incomplete cache.
2017-01-10 23:49:29 +02:00
Alexander Karpinsky
b7a27533b1
Merge pull request #2348 from python-pillow/docs-quickfix
...
Update concepts.rst
2017-01-08 22:34:58 +03:00
Alexander Karpinsky
071a5933ef
Update concepts.rst
2017-01-08 22:32:57 +03:00
Hugo
51532c2c21
Merge pull request #2340 from radarhere/import
...
Remove unnecessary import
2017-01-08 12:48:50 +02:00
Andrew Murray
39811f0ff2
Merge pull request #2345 from daavve/update_arch_version
...
Added new version numbers for Arch Linux
2017-01-08 15:04:26 +11:00
David McInnis
da4ee8f906
added new version numbers for arch linux
2017-01-07 04:47:13 -08:00
wiredfool
640b4b3dde
Merge pull request #2344 from radarhere/os
...
Added macOS Sierra tested Pillow version
2017-01-07 12:05:03 +00:00
Andrew Murray
c1905d3e26
Added macOS Sierra tested Pillow version [ci skip]
2017-01-07 18:45:36 +11:00
Andrew Murray
89742225bf
Fixed test coverage
2017-01-07 13:20:16 +11:00
Andrew Murray
2a93cdb698
Simplified assertEqual checks to assertTrue
2017-01-07 11:35:09 +11:00
Luis G
dad5971561
Add unit tests
...
Add unit tests for registered_extensions
2017-01-07 11:32:16 +11:00
Luis G
67c1258cfc
Expose registered file extensions
...
This adds a new method in Image (registered_extensions) that exposes the
internal EXTENSION dictionary to consumers of the library
2017-01-07 11:32:16 +11:00
Andrew Murray
1fb00976f5
Removed TODO resolved in #1121
2017-01-07 10:14:49 +11:00
Jerome Leclanche
3ac9ab6fa2
Remove an unnecessary import
2017-01-07 08:12:33 +11:00
Andrew Murray
60bb13a89a
Updated zlib to 1.2.10
2017-01-04 11:44:36 +11:00
Hugo
9dddca0be2
Merge pull request #2336 from python-pillow/3.5.0-to-4.0.0
...
Pillow 3.5.0 became 4.0.0
2017-01-03 14:19:32 +01:00
Hugo
2eba610b29
Pillow 3.5.0 became 4.0.0
...
And some caps consistency
[CI skip]
2017-01-03 15:13:45 +02:00
Hugo
1a1818f1eb
[CI skip]
2017-01-03 09:41:29 +02:00
Hugo
561573f364
Merge pull request #2333 from radarhere/crop
...
Added test for crop operation with no argument
2017-01-03 08:39:54 +01:00
Andrew Murray
c5265e2100
Added test for crop operation with no argument
2017-01-03 13:30:09 +11:00
wiredfool
296fb5fe1d
4.1.0.dev0 version bump
2017-01-02 04:06:48 -08:00
wiredfool
3f6db91ccc
Fixed typo in version
2017-01-02 03:45:39 -08:00
Andrew Murray
49fc3f175f
Updated freetype to 2.7.1
2017-01-02 14:32:08 +11:00
wiredfool
a021d4978d
4.0.0 version bump
2017-01-01 20:20:06 +00:00
wiredfool
1e22c6f131
Update Changes.rst [ci skip]
2017-01-01 19:07:50 +00:00
wiredfool
ccccd725af
Merge pull request #2329 from wiredfool/pcd_hack_refactor
...
Refactor out postprocessing hack to load_end in PcdImageFile
2017-01-01 19:07:23 +00:00
wiredfool
c84da36474
Merge pull request #2328 from wiredfool/pr_2155
...
Add center and translate to Image.rotate
2017-01-01 19:06:53 +00:00
wiredfool
599ec6bcd6
Removed #hack
2017-01-01 12:59:48 +00:00
wiredfool
8dd19e6c33
refactor out postprocessing hack to load_end in PcdImageFile
2017-01-01 12:04:59 +00:00
wiredfool
a7ce2b69ca
Merge pull request #2271 from radarhere/copyright
...
Updated copyright year
2017-01-01 11:29:30 +00:00
wiredfool
962752f3fd
Date Range
2017-01-01 11:28:19 +00:00
wiredfool
f78f1adf4f
Date Range
2017-01-01 11:28:00 +00:00
wiredfool
fed4b52171
Disable fastpath when using center or translate
2017-01-01 11:13:25 +00:00
wiredfool
f286d8bb34
Documentation param order to match actual order
2017-01-01 11:10:39 +00:00
wiredfool
45138fec9b
Added output checked tests for rotate with center and translate
2017-01-01 11:09:06 +00:00
wiredfool
7228de1491
test image
2016-12-31 19:31:02 +00:00
wiredfool
5fda1a803a
Added resample target test
2016-12-31 19:30:26 +00:00
wiredfool
cc1ba56c28
Refactor tests
2016-12-31 19:12:39 +00:00
Marcus Brinkmann
90077b3975
Add center and translate option to Image.rotate.
2016-12-31 19:01:09 +00:00
wiredfool
f3751a1f3a
Update Changes.rst [ci skip]
2016-12-31 18:42:53 +00:00
wiredfool
2399390721
Merge pull request #2327 from wiredfool/wmf_test_fix
...
Test: Relax WMF test condition, fixes #2323
2016-12-31 18:36:24 +00:00
wiredfool
72b291af27
Merge pull request #2326 from wiredfool/release-notes
...
Release notes for 4.0
2016-12-31 18:36:13 +00:00
wiredfool
5269828d3a
Test: Relax WMF test condition, fixes #2323
2016-12-31 17:38:35 +00:00
wiredfool
eea7c63eb3
Py 3.6
2016-12-31 17:31:39 +00:00
wiredfool
5230fee237
Release notes for 4.0.0
2016-12-31 17:29:28 +00:00
wiredfool
dda63c1ada
Update Changes.rst [ci skip]
2016-12-31 16:35:42 +00:00