homm
|
da84cd7ea6
|
big radius special case
|
2014-10-14 02:17:53 +04:00 |
|
homm
|
d3d4ff69eb
|
introduce corners
|
2014-10-13 23:45:21 +04: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 |
|
wiredfool
|
9634e437ef
|
Version Bump -- 2.6.0
|
2014-10-01 09:59:00 -07:00 |
|
Hugo
|
69994b11fb
|
Merge pull request #930 from wiredfool/2.6.x
2.6.x-rc test fixes
|
2014-09-30 19:31:18 +03:00 |
|
wiredfool
|
1bb850427d
|
Slightly relax imagedraw tests to pass on x86
|
2014-09-30 08:33:29 -07:00 |
|
Eric Soroos
|
1a91078154
|
Test failure explanation on PPC
|
2014-09-29 22:28:11 -07:00 |
|
Eric Soroos
|
383f713075
|
Relax exact equals to approximate
|
2014-09-29 16:36:09 -07:00 |
|
wiredfool
|
81ebc21abf
|
Relax pyroma for RC versions
|
2014-09-29 13:14:49 -07:00 |
|
wiredfool
|
6abc0d2f40
|
Version Bump - 2.6.0-rc1
|
2014-09-29 13:14:49 -07:00 |
|
wiredfool
|
5a6827690b
|
Merge pull request #927 from cgohlke/patch-1
Fix AssertionError in TestFileJpeg.test_save_cjpeg
|
2014-09-29 11:40:13 -07:00 |
|
Christoph Gohlke
|
2538fa9e0f
|
Fix AssertionError in TestFileJpeg.test_save_cjpeg
|
2014-09-29 11:35:46 -07:00 |
|
wiredfool
|
7fcb371fd3
|
Merge pull request #926 from wiredfool/fli
Replace lena.fli with hopper.fli
|
2014-09-29 10:58:52 -07:00 |
|
wiredfool
|
8d84f79f44
|
Replace lena.fli with hopper.fli
|
2014-09-29 10:40:33 -07:00 |
|
wiredfool
|
8a766fc270
|
Update CHANGES.rst [ci skip]
|
2014-09-26 21:24:03 -07:00 |
|
wiredfool
|
7ef73a2e6f
|
Merge pull request #925 from wiredfool/hopper4
Merge of PR #919, Replacing Lena with Hopper, part IV
|
2014-09-26 21:15:43 -07:00 |
|
wiredfool
|
460160a1e3
|
Updated merge from master
|
2014-09-26 16:07:52 -07:00 |
|
Hugo
|
5606fa3597
|
Merge pull request #923 from wiredfool/conditional-profile
Conditional profile tests
|
2014-09-25 15:02:50 +03:00 |
|
Hugo
|
22862cee00
|
Merge pull request #921 from wiredfool/jpeg-memoryleak
JPEG Encode memory leaks
|
2014-09-25 13:45:34 +03:00 |
|
wiredfool
|
af138af779
|
Use lcms profile where possible, otherwise skip test if sRGB profile is not available
|
2014-09-24 21:48:56 -07:00 |
|
wiredfool
|
476c255cee
|
Licensed, freely available icc profiles
|
2014-09-24 21:47:32 -07:00 |
|
wiredfool
|
c325a26dd8
|
Remove ICC profiles with unclear licence and not our copyright
|
2014-09-24 21:47:32 -07:00 |
|
Hugo
|
f436f51e47
|
Merge pull request #922 from wiredfool/icc-docs
More JPEG documentation, fixes #890
|
2014-09-25 05:06:18 +03:00 |
|
wiredfool
|
cb166786df
|
More JPEG documentation, fixes #890
|
2014-09-24 16:30:39 -07:00 |
|
wiredfool
|
c154fd05fd
|
Memory Leak, missing Py_DECREF
|
2014-09-24 15:46:34 -07:00 |
|
wiredfool
|
d64b2376bc
|
Memory Leak: Freeing malloc'd memory in Jpeg Encode
|
2014-09-24 15:46:24 -07:00 |
|
wiredfool
|
306ad74324
|
qtables error handling tests
|
2014-09-24 15:46:16 -07:00 |
|
wiredfool
|
d6c16aa015
|
Tests for jpeg memory leaks
|
2014-09-24 15:45:41 -07:00 |
|
wiredfool
|
798fe2d15f
|
Merge pull request #877 from hugovk/flake8
Merge flake8/ pr #877
|
2014-09-24 13:26:20 -07:00 |
|
Alex Clark ☺
|
6522378a62
|
Merge pull request #920 from hugovk/RELEASING
Create RELEASING.md
|
2014-09-24 16:19:01 -04:00 |
|
Hugo
|
d6a77f3632
|
Create RELEASING.md
Contents copied from https://github.com/python-pillow/Pillow/wiki/Release-Checklist and some links added.
[CI skip]
|
2014-09-24 10:17:04 +03:00 |
|
hugovk
|
d6dacc27bf
|
Clearer comment
|
2014-09-24 09:15:58 +03:00 |
|
hugovk
|
ab87302560
|
Merge with master
|
2014-09-24 08:50:59 +03:00 |
|
Hugo
|
e1e11b9938
|
Merge pull request #9 from wiredfool/pr_877
Manual merge for PR #877
|
2014-09-24 08:30:04 +03:00 |
|
Hugo
|
72c7073d31
|
Merge pull request #918 from wiredfool/pr_915_fix
Fix for PR #915, keep track of the qtables length
|
2014-09-23 21:36:18 +03:00 |
|
wiredfool
|
fedabf3a68
|
Merge from master
|
2014-09-23 10:19:00 -07:00 |
|