homm
d07c9c2e4e
unused
2014-10-16 16:00:29 +04:00
Alex Clark ☺
ffa8852ac0
Merge pull request #962 from hugovk/sane
...
Remove Sane directory now it has its own repo
2014-10-15 09:21:58 -04:00
Hugo
d77cc88482
Remove Sane directory now it's in its own repo: https://github.com/python-pillow/Sane
2014-10-15 13:19:09 +03:00
homm
0ff4b53a72
pep8
2014-10-15 12:40:26 +04:00
homm
53c8352f39
highlevel api
2014-10-15 04:08:21 +04:00
Yifu Yu
53703a113d
Close #891 : a dirty solution to embedded bitmap fonts.
...
Since embedded bitmap font works incorrectly, we should avoid using
them, until a final patch is available and tested. I've added
`FT_LOAD_NO_BITMAP` to ALL(3) places in `_imagingft.c`, which did
(not much) actually fixed the issue. A notice has also been added to
`_imagingft.c`.
2014-10-15 03:35:33 +08:00
homm
5861a46a54
check image mode
2014-10-14 23:29:50 +04:00
homm
a27baf90be
fix large radius. tests
2014-10-14 03:26:46 +04:00
homm
da84cd7ea6
big radius special case
2014-10-14 02:17:53 +04:00
wiredfool
ce09d403ee
Merge pull request #959 from python-pillow/revert-956-pypy-regression
...
Revert "Workaround Pypy regression"
2014-10-13 13:20:56 -07:00
homm
d3d4ff69eb
introduce corners
2014-10-13 23:45:21 +04:00
Hugo
392abc4f34
Update CHANGES.rst [CI skip]
2014-10-13 22:35:15 +03:00
Hugo
ff38d57bc9
Merge pull request #957 from wiredfool/manifest
...
Updated manifest
2014-10-13 22:30:15 +03:00
Hugo
bb76b45545
Revert "Workaround Pypy regression"
2014-10-13 22:22:33 +03:00
Hugo
a5abddbf91
Merge pull request #958 from wiredfool/pypy-tiff-regression
...
Fix pypy 2.4 regression, #952
2014-10-13 22:18:34 +03:00
wiredfool
4f9b2dbe69
Fix pypy 2.4 regression, #952
2014-10-13 11:12:14 -07:00
wiredfool
d8114ce2aa
Updated manifest to follow README.rst reformatting, removed ref to Images directory
2014-10-13 09:35:55 -07:00
wiredfool
9a449bc8c1
Merge pull request #956 from hugovk/pypy-regression
...
Workaround Pypy regression
2014-10-13 09:21:23 -07:00
Hugo
1693e4bf6d
Fix allow_failures
2014-10-13 10:58:57 +03:00
Hugo
c9619ae61a
Allow latest PyPy 2.4.0 to fail and temporarily add previous passing 2.3.1 for the time-being ( #952 )
2014-10-13 10:52:44 +03:00
Hugo
838afa1528
Update CHANGES.rst [CI skip]
2014-10-13 10:45:11 +03:00
Hugo
a013bc8b0c
Merge pull request #954 from wiredfool/webp-test-comments
...
Webp Metadata Skip Test comments
2014-10-13 10:44:13 +03:00
homm
b1cef839bd
fix window calculation
2014-10-13 04:40:44 +04:00
homm
a000cceb26
data tests
2014-10-13 04:07:17 +04:00
homm
3906ff3c76
fix x bounds
2014-10-13 03:39:35 +04:00
homm
835db5d12f
type check
2014-10-12 22:40:36 +04:00
homm
2c723abbca
move HorizontalBoxBlur8 down and remove comments
2014-10-12 22:40:36 +04:00
homm
591fc67aae
micro optimizations
2014-10-12 22:40:31 +04:00
homm
92635d0624
8bit
2014-10-12 22:26:00 +04:00
homm
e95382eb08
integer implementation for float radius
2014-10-12 20:30:46 +04:00
homm
f3af171dc4
fix round compensation
2014-10-12 20:09:28 +04:00
homm
f711ab3eb6
float radius
2014-10-12 20:01:49 +04:00
homm
23068e49be
allow float radius (without implementation)
2014-10-12 19:24:38 +04:00
homm
b7b3c719fa
blur in both directions
2014-10-12 17:59:20 +04:00
homm
cc9eff5c68
fast realization with moving window.
...
linear speed against any radius
2014-10-12 17:47:00 +04:00
homm
a6937d84d8
first Horizontal Blur for 32
2014-10-12 17:11:24 +04:00
homm
d49459f5b2
box blur dummy
2014-10-12 16:30:00 +04:00
homm
e38a64b21b
round values with initial .5
...
this improves performance and readabillity
2014-10-12 15:13:37 +04:00
homm
bc24685344
do sum calculation in same loop as maskData calculation
2014-10-12 14:21:13 +04:00
homm
51984f4aa8
fix radius == 0
2014-10-12 14:16:09 +04:00
homm
c42991120a
fix tests and set default effective_scale value for gaussian filter
2014-10-12 14:05:22 +04:00
homm
84b9f16bfd
add effective_scale to all APIs
2014-10-12 03:29:20 +04:00
homm
091b15f9d5
rename vars
2014-10-12 03:19:26 +04:00
homm
5bb0cfa17a
remove pseudo vcs
2014-10-12 02:05:13 +04:00
homm
b1b5db16cd
padding not using anywhere
2014-10-12 00:50:18 +04:00
homm
7bc19c4019
reference gaussian_blur implementation
...
radius meaning match graphicmagick, pixelmator other software
and standard deviation from classic gaussian blur algorithm
2014-10-11 23:51:26 +04:00
wiredfool
e165d5518d
Updated Changes.rst [ci skip]
...
Removed 2041 bug.
2014-10-11 09:59:23 -07:00
wiredfool
598f998168
Updated Changes.rst [ci skip]
2014-10-11 09:57:41 -07:00
Eric Soroos
991c847c73
Skip webp mux with the right skip message
2014-10-11 09:42:10 -07:00
Eric Soroos
fe6a8cede7
Merge branch 'master', remote-tracking branch 'origin'
2014-10-11 09:14:39 -07:00