Alexander
|
d117026511
|
fix float16tofloat32
|
2018-04-15 01:46:26 +03:00 |
|
Alexander
|
cc70972a20
|
install numpy on all travis machines
|
2018-04-15 01:23:45 +03:00 |
|
Alexander
|
4c983674c0
|
avoid compilation varnings
|
2018-04-15 01:20:57 +03:00 |
|
Alexander
|
497e9d8251
|
full buffer support
|
2018-04-15 00:33:15 +03:00 |
|
Alexander
|
2c87242027
|
Support for many many LUT source on C level
|
2018-04-14 23:12:28 +03:00 |
|
Hugo
|
7e8998a452
|
ImageOps.box_blur is deprecated, use ImageFilter.BoxBlur instead
|
2018-04-14 21:54:40 +03:00 |
|
Hugo
|
f733482c0e
|
Remove workaround for since-fixed scipy regression, to remove recent scipy DeprecationWarning
|
2018-04-14 21:54:40 +03:00 |
|
Hugo
|
ecc4c7fecc
|
Remove unittest regex deprecation warnings
|
2018-04-14 21:54:40 +03:00 |
|
Alexander
|
63b243e1f6
|
color lut numpy tests
|
2018-04-14 19:17:15 +03:00 |
|
Hugo
|
cbfc832ccd
|
Remove 'del draw' from code example
|
2018-04-14 19:00:55 +03:00 |
|
Alexander
|
76e57bbbe2
|
Better numpy tests skipping
|
2018-04-14 18:59:57 +03:00 |
|
Alexander
|
5ec1b2e8ba
|
versionadded
|
2018-04-14 18:48:06 +03:00 |
|
Alexander
|
c8405ef706
|
Transparently store numpy arrays in ColorLut
|
2018-04-14 18:16:28 +03:00 |
|
Alexander Karpinsky
|
b01ba0f50c
|
Merge pull request #3091 from uploadcare/lut-alter
Transforming LUTs
|
2018-04-14 18:08:52 +03:00 |
|
Alexander Karpinsky
|
9d404e9979
|
Merge pull request #3098 from uploadcare/getlist-fixes
Raise error if it is occurred during conversion in getlist
|
2018-04-14 18:07:57 +03:00 |
|
Alexander
|
a325559f58
|
One more test for coverage
|
2018-04-14 17:47:53 +03:00 |
|
Alexander
|
eae14c56e1
|
Check exception type only, not string
|
2018-04-14 17:22:21 +03:00 |
|
Alexander
|
aba478abba
|
Raise error if it is occurred during conversion in getlist
|
2018-04-14 17:13:05 +03:00 |
|
Hugo
|
06ee307b46
|
Merge pull request #3097 from radarhere/raqm
Correct installation doc syntax
|
2018-04-14 16:21:38 +03:00 |
|
Andrew Murray
|
b2c6231977
|
Corrected installation doc syntax
|
2018-04-14 22:16:46 +10:00 |
|
Alexander
|
854a0d6044
|
edit doctring [ci skip]
|
2018-04-14 15:03:34 +03:00 |
|
Alexander
|
68af72bef4
|
edit doctring [ci skip]
|
2018-04-13 10:07:51 +03:00 |
|
Alexander
|
d9b8d970b2
|
edit doctring [ci skip]
|
2018-04-12 23:42:47 +03:00 |
|
Hugo
|
6ee33d81e4
|
Update CHANGES.rst
[CI skip]
|
2018-04-12 14:29:34 +03:00 |
|
Alexander
|
daa8e7dacd
|
Add earlier catching of wrong channels count
|
2018-04-12 12:40:40 +03:00 |
|
Alexander
|
bdd8dc40f6
|
Return RankFilter and UnsharpMask order [ci skip]
|
2018-04-12 12:21:14 +03:00 |
|
Alexander
|
1a371e572c
|
update repr method
|
2018-04-12 12:10:28 +03:00 |
|
Alexander
|
75c76d91e1
|
Add repr for Color3DLUT
|
2018-04-12 11:54:54 +03:00 |
|
Alexander
|
fb1d25417e
|
test for wrong channels number in generate
|
2018-04-11 20:55:35 +03:00 |
|
Alexander
|
ecd0e5e15e
|
check exception type only
|
2018-04-11 17:31:41 +03:00 |
|
Alexander
|
acfd4845c6
|
tests
|
2018-04-11 17:05:48 +03:00 |
|
Alexander
|
70c453b857
|
rename alter() to transform()
add with_normals argument
docstring
|
2018-04-11 16:17:10 +03:00 |
|
Alexander
|
dcb37dd1f1
|
new method alter(); 3 times faster generate()
|
2018-04-11 16:15:10 +03:00 |
|
Hugo
|
162b21bb75
|
Update CHANGES.rst
[CI skip]
|
2018-04-11 15:28:01 +03:00 |
|
Hugo
|
215b0e0833
|
Merge pull request #3086 from radarhere/info
Change encoderinfo to have priority over info when saving GIF images
|
2018-04-11 15:23:19 +03:00 |
|
Alexander Karpinsky
|
096a81b7fd
|
Merge pull request #3083 from uploadcare/versions-cleanup
Rename PIL.version to PIL._version and remove it from module
|
2018-04-11 15:05:27 +03:00 |
|
Alexander
|
25a5f95d21
|
Add Color3DLUT to docs
|
2018-04-11 13:36:48 +03:00 |
|
Andrew Murray
|
032027303f
|
Fixed typo
|
2018-04-11 13:46:42 +10:00 |
|
Andrew Murray
|
05c78a13e7
|
Changed encoderinfo to have priority over info when saving GIF images
|
2018-04-11 08:57:31 +10:00 |
|
Alexander
|
6958ce1700
|
Rename PIL.version to PIL._version and remove it from module
|
2018-04-09 16:09:36 +03:00 |
|
Alexander Karpinsky
|
e24fad40ad
|
Merge pull request #3056 from uploadcare/color-LUT
3D Color lookup tables
|
2018-04-09 10:41:44 +03:00 |
|
Hugo
|
fa348257b1
|
Merge pull request #3071 from jdufresne/pytest-cache
Add new Pytest cache directory to gitignore
|
2018-04-08 14:28:41 +03:00 |
|
Hugo
|
8753c10b7a
|
Update version
|
2018-04-06 23:57:25 +03:00 |
|
Hugo
|
c88659245a
|
Add release notes
|
2018-04-05 13:52:58 +03:00 |
|
Hugo
|
fe0b78b98d
|
Support Python 3.7
|
2018-04-05 13:52:48 +03:00 |
|
Hugo
|
429c4bf30a
|
Remove unnecessary '#if 0' code
|
2018-04-05 12:20:21 +03:00 |
|
Hugo
|
e25df9d65f
|
Tabs to spaces, no other changes
|
2018-04-05 12:02:19 +03:00 |
|
Hugo
|
b33f1a4477
|
Update CHANGES.rst
|
2018-04-05 11:46:44 +03:00 |
|
Hugo
|
0567a54cd7
|
Merge pull request #3057 from storesource/RotateImagewithColor
Enabling background colour parameter on rotate
|
2018-04-05 09:45:22 +01:00 |
|
Hugo
|
9b10bc8bd2
|
Merge pull request #3072 from jdufresne/if1
Remove unnecessary `#if 1` directive
|
2018-04-05 09:44:00 +01:00 |
|