wiredfool
|
97ee3dd12b
|
Merge pull request #2583 from wiredfool/decompression_bomb_error
Decompression bomb error
|
2017-12-20 20:31:38 +00:00 |
|
Jon Dufresne
|
c5a0d72c10
|
Remove unnecessary bool() calls throughout project
Can use truthy values in boolean expressions without first coercing to a
bool. Removes unnecessary call to bool().
|
2017-12-16 09:34:12 -08:00 |
|
wiredfool
|
68b960ca2f
|
Use different parameter than the existing interface
|
2017-11-13 10:02:13 +00:00 |
|
wiredfool
|
dce04b680b
|
Pass in fill color to transform.
|
2017-11-11 16:47:31 +00:00 |
|
wiredfool
|
c82f9fe1bb
|
Merge pull request #2738 from uploadcare/block-storage
Block & array hybrid storage
|
2017-10-01 20:41:08 +01:00 |
|
Andrew Murray
|
1856d106ea
|
Corrected parameters in documentation
|
2017-09-29 21:08:49 +10:00 |
|
wiredfool
|
d727fdabe2
|
Merge pull request #2767 from wiredfool/pr_1891
Pr 1891
|
2017-09-29 10:17:57 +01:00 |
|
Eric Soroos
|
a491500257
|
Rename _mutable to _ensure_mutable
|
2017-09-29 08:39:56 +00:00 |
|
wiredfool
|
b8d6fd57fa
|
Merge pull request #1860 from radarhere/register_extensions
Added register_extensions method
|
2017-09-22 15:59:04 +01:00 |
|
Alexander
|
a78e92356f
|
Merge branch 'master' into block-storage
|
2017-09-19 21:08:21 +03:00 |
|
Andrew Murray
|
d8c088ed8b
|
If image is already in the destination mode and there is no matrix, do not convert
|
2017-09-19 21:11:04 +10:00 |
|
Andrew Murray
|
411765a69c
|
Added _mutable method for common code
|
2017-09-19 21:11:04 +10:00 |
|
Andrew Murray
|
23a51a35e9
|
Avoid potentially loading an image twice
|
2017-09-19 21:11:04 +10:00 |
|
wiredfool
|
e5513804a3
|
Merge pull request #2709 from uploadcare/alpha-composite-box
Alpha composite fixes
|
2017-09-19 11:13:19 +01:00 |
|
wiredfool
|
c786213b09
|
Merge pull request #2291 from asergi/pathlib2
Use pathlib2 for Path objects on Python < 3.4
|
2017-09-19 11:11:35 +01:00 |
|
wiredfool
|
7541755aa5
|
Merge pull request #2730 from uploadcare/fast-geometry
Faster Transposition
|
2017-09-19 10:58:47 +01:00 |
|
Alexander
|
5366a94725
|
clear cache at exit
|
2017-09-19 03:10:57 +03:00 |
|
Alexander
|
67e1e03c79
|
Set options from environment variables
|
2017-09-18 21:29:48 +03:00 |
|
Alexander
|
5bc72dbc10
|
Merge branch 'master' into alpha-composite-box
|
2017-09-11 23:34:45 +03:00 |
|
Alexander
|
b6b3b004d8
|
tests for transverse, add to docs
|
2017-09-11 23:00:35 +03:00 |
|
Alexander
|
29515f59bb
|
rename TRANSPOSE_ROTATE_180 to TRANSVERSE
|
2017-09-11 22:58:22 +03:00 |
|
Alexander
|
a2a2d8d716
|
Implement ImagingTransposeRotate180
|
2017-09-11 01:47:47 +03:00 |
|
wiredfool
|
3b5c2c30be
|
Merge pull request #2679 from uploadcare/fast-filters
Fast filters
|
2017-09-10 17:22:00 +01:00 |
|
Alexander
|
98ee46827c
|
MultibandFilter
|
2017-09-10 12:59:51 +03:00 |
|
wiredfool
|
66a9a916e0
|
Merge pull request #2703 from kkopachev/patch-1
Fix comment about palette class in quantize method
|
2017-09-09 10:29:59 +01:00 |
|
Andrew Murray
|
5628b7a9ad
|
Removed unnecessary line
|
2017-09-06 11:22:13 +10:00 |
|
Andrew Murray
|
e02f828358
|
Combined duplicate lines
|
2017-09-06 11:21:50 +10:00 |
|
Andrew Murray
|
567351f632
|
Added register_extensions method
|
2017-09-04 20:32:07 +10:00 |
|
Alexander
|
62ece989dc
|
Accept lists as well
|
2017-09-01 13:36:25 +03:00 |
|
Alexander
|
d4b2fa7348
|
Fix erroneous condition which was never true
|
2017-09-01 13:32:37 +03:00 |
|
wiredfool
|
2ad43c4eeb
|
Merge pull request #2704 from wiredfool/issue_2702
Remove palettes from non-palette modes in _new #2702
|
2017-08-31 15:09:37 +01:00 |
|
wiredfool
|
f4c56a7179
|
Merge pull request #2633 from olt/delete-rgb-transparency
Delete transparency info when img.convert'ing RGB/L to RGBA
|
2017-08-31 15:08:52 +01:00 |
|
wiredfool
|
e422f92e52
|
Remove palettes from non-palette modes in _new #2702
|
2017-08-31 06:18:59 -07:00 |
|
Konstantin Kopachev
|
cee122ca88
|
Fix comment about palette class in quantize method
|
2017-08-30 22:47:27 -07:00 |
|
Alexander
|
ad4b42f5f4
|
Merge branch 'master' into fast-filters
|
2017-08-28 21:47:43 +03:00 |
|
neiljp (Neil Pilgrim)
|
9ec023503d
|
Image.__eq__: Add isinstance check.
|
2017-08-24 16:46:12 -07:00 |
|
neiljp (Neil Pilgrim)
|
58df924da6
|
Image.py: _conv_type_shape: refactor for clarity and type-safety.
|
2017-08-24 16:46:12 -07:00 |
|
neiljp (Neil Pilgrim)
|
470da1c6de
|
Image.rotate: Adjust variable use to avoid None & add comment re int/float.
|
2017-08-24 16:41:07 -07:00 |
|
neiljp (Neil Pilgrim)
|
6f69379fdc
|
Image.remap_palette: Tweak to improve typing.
|
2017-08-24 15:41:44 -07:00 |
|
neiljp (Neil Pilgrim)
|
72b3e6819d
|
Image._dump: Rewrite for clarity and type-safety.
|
2017-08-24 15:41:44 -07:00 |
|
neiljp (Neil Pilgrim)
|
ab6c60da1c
|
Image.merge: Rename loop variable for clarity and type-safety.
|
2017-08-24 15:41:44 -07:00 |
|
wiredfool
|
f5a8ece187
|
Merge pull request #2254 from uploadcare/resample-roi
Region of interest (box) for resampling
|
2017-08-22 22:35:12 +01:00 |
|
Alexander
|
b975f9db92
|
Merge branch 'master' into resample-roi
# Conflicts:
# libImaging/Resample.c
|
2017-08-17 15:43:30 +03:00 |
|
wiredfool
|
e1aba29f9b
|
Merge pull request #2683 from wiredfool/issue_2044
Test/fix for issue #2044
|
2017-08-17 11:52:07 +01:00 |
|
Alexander
|
e7cdb3718c
|
Merge branch 'master' into fast-filters
|
2017-08-17 02:50:18 +03:00 |
|
Alexander
|
9cf8f93c64
|
Merge branch 'master' into fast-merge
# Conflicts:
# _imaging.c
# libImaging/Bands.c
# libImaging/Imaging.h
|
2017-08-16 22:56:16 +03:00 |
|
wiredfool
|
300dfcf4a4
|
Test/fix for issue #2044
|
2017-08-16 11:46:27 -07:00 |
|
wiredfool
|
d3580451e2
|
Merge pull request #2676 from uploadcare/fast-split
Fast split()
|
2017-08-16 16:10:33 +01:00 |
|
wiredfool
|
e2602452f4
|
Merge pull request #2661 from uploadcare/get-channel
New Image.getchannel method
|
2017-08-16 15:33:54 +01:00 |
|
Alexander
|
b11bba108e
|
accept multiband images in filter (noop)
|
2017-08-13 00:03:50 +03:00 |
|