Sandro Mani
|
07f632194d
|
Make quantization code more portable
|
2013-04-08 00:52:15 +02:00 |
|
Alex Clark ☺
|
c20d24e421
|
Merge pull request #170 from wiredfool/dpkg-arch
fixed duplicate dpkg
|
2013-03-27 09:07:54 -07:00 |
|
wiredfool
|
8c55b8305c
|
fixed duplicate dpkg
|
2013-03-27 09:04:11 -07:00 |
|
Alex Clark ☺
|
452a468ac8
|
Merge pull request #162 from d-schmidt/master
added tests to cover save of four different png transparencies
|
2013-03-26 14:10:59 -07:00 |
|
Alex Clark ☺
|
34c9cc6235
|
Merge pull request #163 from ronaldoussoren/master
Issue 161: import JpegPresets from PIL
|
2013-03-26 06:08:36 -07:00 |
|
Ronald Oussoren
|
f50feb592b
|
Explitly import JpegPresets from the PIL package
|
2013-03-26 13:36:13 +01:00 |
|
David Schmidt
|
a05bf23b05
|
Merge branch 'master' of https://github.com/python-imaging/Pillow
|
2013-03-26 11:24:52 +01:00 |
|
David Schmidt
|
5303f0ea66
|
added tests to cover save of four different png transparencies
|
2013-03-26 11:24:07 +01:00 |
|
Alex Clark ☺
|
887f709b6e
|
Merge pull request #159 from homm/master
Precision of alpha composite. Again.
|
2013-03-24 15:31:23 -07:00 |
|
homm
|
af96b5d4b2
|
Precision improvement. No performance affected.
|
2013-03-25 00:06:02 +04:00 |
|
Alex Clark ☺
|
4554bcb4e4
|
Merge pull request #156 from homm/master
Performance improvement of alpha_composite function
|
2013-03-24 12:17:05 -07:00 |
|
Alex Clark ☺
|
8244203366
|
Merge pull request #157 from wiredfool/webp_tests
approximate test for lossy image writing
|
2013-03-23 08:46:24 -07:00 |
|
Alex Clark ☺
|
a690d67a59
|
Merge pull request #158 from wiredfool/maxblock
JpegImagePlugin sets bufsize for optimized images
|
2013-03-23 08:45:49 -07:00 |
|
homm
|
0663e14444
|
speedup. divisions replaced by shifts.
|
2013-03-23 16:54:02 +04:00 |
|
homm
|
e88490b4f2
|
Precision improvement. ≈60% performance lost
|
2013-03-23 14:26:14 +04:00 |
|
wiredfool
|
2a743c9527
|
JpegImagePlugin sets bufsize for optimized images
|
2013-03-22 22:27:12 -07:00 |
|
wiredfool
|
5eae020aef
|
py3 as well
|
2013-03-22 21:25:37 -07:00 |
|
wiredfool
|
f432530df3
|
approximate test for lossy image writing
|
2013-03-22 21:15:45 -07:00 |
|
homm
|
c39a51bcf0
|
Significant performance improvement of alpha_composite function.
|
2013-03-23 05:46:39 +04:00 |
|
Alex Clark ☺
|
5aeb7b584b
|
Merge pull request #155 from dwrobel/master
Fixes an uninitialized value for an optional parameter.
|
2013-03-22 12:09:11 -07:00 |
|
Damian Wrobel
|
9f9ccc1664
|
Fixes an uninitialized value for an optional parameter.
Effectively, this prevented any remote scanners to be discovered.
|
2013-03-22 19:59:27 +01:00 |
|
David Schmidt
|
638889cae0
|
replaced tabs with space in _imaging.c
|
2013-03-22 15:22:18 +01:00 |
|
Alex Clark ☺
|
de210a2e21
|
Merge pull request #153 from manisandro/tempfile
Add tempfile for test output
|
2013-03-21 18:30:12 -07:00 |
|
Sandro Mani
|
e3cb3074ce
|
Add tempfile for test output
|
2013-03-22 01:58:19 +01:00 |
|
Alex Clark ☺
|
2e888483a6
|
Merge pull request #150 from d-schmidt/master
fixing save of transparency palette png-images
|
2013-03-21 13:22:46 -07:00 |
|
David Schmidt
|
511adfacf7
|
fix png decode tRNS pattern
|
2013-03-21 21:00:25 +01:00 |
|
Alex Clark ☺
|
b8fb2147ad
|
Merge pull request #151 from Bouke/patch-1
Added link to travis-ci page
|
2013-03-21 11:03:54 -07:00 |
|
Bouke Haarsma
|
ccec2f02a5
|
Added link to travis-ci page
|
2013-03-21 19:02:21 +01:00 |
|
David Schmidt
|
ecd55629be
|
fix indention
|
2013-03-21 18:47:37 +01:00 |
|
David Schmidt
|
1a40613ca5
|
fix indention
|
2013-03-21 18:43:22 +01:00 |
|
David Schmidt
|
09315f263b
|
fixing save of transparency palette png-images
|
2013-03-21 18:16:00 +01:00 |
|
David Schmidt
|
1ff2b6630a
|
fixed bug with png-images with transparency palette
|
2013-03-21 16:54:04 +01:00 |
|
Alex Clark ☺
|
79ca29f2f5
|
Merge pull request #146 from wiredfool/webp_tests
Webp tests
|
2013-03-19 14:52:07 -07:00 |
|
wiredfool
|
754eb19d9d
|
Fixing deprecation warning on py26
|
2013-03-19 13:53:37 -07:00 |
|
wiredfool
|
d678b97444
|
added write verification test
|
2013-03-19 13:49:01 -07:00 |
|
wiredfool
|
02931c4956
|
checking results of webp decoding
|
2013-03-19 13:40:10 -07:00 |
|
wiredfool
|
95353cff15
|
basic sanity test for webp
|
2013-03-19 11:43:45 -07:00 |
|
Alex Clark ☺
|
3c93da2008
|
Merge pull request #145 from wiredfool/travis
added dependencies
|
2013-03-19 10:29:10 -07:00 |
|
wiredfool
|
6bcc8a3922
|
added dependencies
|
2013-03-19 10:18:25 -07:00 |
|
Alex Clark ☺
|
2f4207c0d7
|
Merge pull request #143 from cgohlke/patch-9
DOC: Fix Remove support for importing from the standard namespace
|
2013-03-18 14:22:00 -07:00 |
|
Christoph Gohlke
|
ab94d0330f
|
DOC: Fix Remove support for importing from the standard namespace
|
2013-03-18 13:46:30 -07:00 |
|
Alex Clark ☺
|
b2998ada11
|
Merge pull request #142 from cgohlke/patch-8
DOC: Remove support for importing from the standard namespace
|
2013-03-18 13:28:23 -07:00 |
|
Christoph Gohlke
|
66a6a36ebe
|
DOC: Remove support for importing from the standard namespace
|
2013-03-18 13:19:19 -07:00 |
|
Alex Clark ☺
|
ce738b72dc
|
Merge pull request #141 from manisandro/memleak
Squash a memory leak
|
2013-03-17 17:10:13 -07:00 |
|
Sandro Mani
|
b57c2ae0e9
|
Squash a memory leak
|
2013-03-18 00:54:54 +01:00 |
|
Alex Clark ☺
|
f5d427eb53
|
Merge pull request #140 from cgohlke/patch-7
Fix AttributeError: 'module' object has no attribute 'isNumberType'
|
2013-03-16 11:50:55 -07:00 |
|
Christoph Gohlke
|
1f41e25b4f
|
Fix AttributeError: 'module' object has no attribute 'isNumberType'
|
2013-03-16 09:16:54 -07:00 |
|
Alex Clark
|
6cc2942ca9
|
Add platform testing results from Mark Sienkiewicz
|
2013-03-15 16:50:59 -04:00 |
|
Alex Clark
|
f9a3390bc7
|
Add test instructions from Mark Sienkiewicz
|
2013-03-15 16:47:14 -04:00 |
|
Alex Clark
|
3b3b1d5497
|
Change URL to http://python-imaging.github.com/
|
2013-03-15 13:42:19 -04:00 |
|