Commit Graph

2661 Commits

Author SHA1 Message Date
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
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
wiredfool
20a90494d1 Fix for docs. Can't wrap warning blocks 2014-09-23 10:11:34 -07:00
wiredfool
f0591e2ac5 s/lena/hopper/ 2014-09-23 09:52:34 -07:00
wiredfool
1f377c2ace Merge from master 2014-09-23 09:52:03 -07:00
wiredfool
00addab5e4 Real fix for PR #915, keep track of the qtables length 2014-09-23 09:23:55 -07:00
Hugo
5e676ea0bd Merge remote-tracking branch 'upstream/master' into flake8
Conflicts:
	Tests/bench_cffi_access.py
	Tests/test_file_palm.py
	Tests/test_format_hsv.py
	Tests/test_image_putdata.py
	Tests/test_locale.py
	Tests/test_mode_i16.py
2014-09-23 16:35:20 +03:00
Hugo
9c3284977c Update CHANGES.rst [CI skip] 2014-09-23 14:20:05 +03:00
Hugo
51c20f817a Merge pull request #916 from mgedmin/patch-1
Mention Image.tobytes() in the API reference
2014-09-23 14:14:14 +03:00
Hugo
f358c692c6 Merge pull request #917 from mgedmin/patch-2
Mention that Image.tostring() is deprecated
2014-09-23 14:13:09 +03:00
Marius Gedminas
a2a033ad2d Mention that Image.tostring() is deprecated
This mirrors the deprecation notice in the docstring of fromstring().

I'm assuming that tostring() and fromstring() were both deprecated at the same time (Pillow 2.0); I haven't gone out of my way to verify that assumption.
2014-09-23 13:59:35 +03:00
Marius Gedminas
2bdfb5b25e Mention Image.tobytes() in the API reference
It was inexplicably omitted.
2014-09-23 13:56:22 +03:00
wiredfool
bf22cdebd1 Merge pull request #915 from cgohlke/patch-3
Fix segfault in TestFileJpeg.test_quality_keep on win-amd64
2014-09-22 17:36:26 -07:00
wiredfool
f924cfc6f5 Merge pull request #781 from hugovk/ImageWin
More tests for ImageWin
2014-09-22 17:35:21 -07:00
wiredfool
4c7e20de49 Merge pull request #913 from hugovk/hopper4
Replace Lena with Hopper (Part III)
2014-09-22 17:27:54 -07:00
Christoph Gohlke
b23c57e12a Fix segfault in TestFileJpeg.test_quality_keep on win-amd64 2014-09-22 14:39:08 -07:00
Hugo
bfaffaefa0 Re-enable fail-fast 2014-09-22 18:26:53 +03:00
Hugo
9ec58dad82 Fix test 2014-09-22 12:37:35 +03:00
Hugo
5342390fd2 Fix test 2014-09-22 10:39:05 +03:00
Hugo
ec3f1a5681 Temporarily remove fail-fast 2014-09-22 10:38:50 +03:00
Hugo
0ccc445ebf Merge remote-tracking branch 'upstream/master' into hopper4 2014-09-22 10:34:14 +03:00
Hugo
d328b48320 Update CHANGES.rst [CI skip] 2014-09-22 09:42:31 +03:00
Hugo
923fc301a3 Merge pull request #912 from cgohlke/patch-2
On Windows, do not execute convert.exe without specifying path
2014-09-22 09:34:16 +03:00
Hugo
3fc3333501 Merge pull request #911 from cgohlke/patch-1
Fix MSVC build error
2014-09-22 09:31:47 +03:00
Christoph Gohlke
09ba5560d8 On Windows, do not execute convert.exe without specifying path
Convert.exe is a system tool that converts file systems
2014-09-21 17:50:07 -07:00
Christoph Gohlke
f3e3af6686 Fix msvc build error 2014-09-21 16:48:35 -07:00
Hugo
91588383e7 Merge pull request #904 from hugovk/hopper3
Replace Lena with Hopper (Part II) & Fix for handling P + transparency -> RGBA conversions
2014-09-20 23:31:59 +03:00
Hugo
fd28666238 Merge pull request #8 from wiredfool/hugo-png-trns
Fix for handling P + transparency -> RGBA conversions
2014-09-20 23:02:32 +03:00
wiredfool
af672b1d7e Fix for handling P + transparency -> RGBA conversions 2014-09-20 10:27:52 -07:00
Hugo
516957bfa6 Update CHANGES.rst [CI skip] 2014-09-19 09:53:21 +03:00
Hugo
0b82dacea2 Merge pull request #909 from wiredfool/imageenhance
Retain alpha in ImageEnhance operations
2014-09-19 09:50:51 +03:00
wiredfool
394f6d3249 Fix for alpha preservation in ImageEnhance, #899 2014-09-18 09:10:08 -07:00
wiredfool
5ea966d869 Test for alpha preservation in ImageEnhance, #899 2014-09-18 09:10:08 -07:00
wiredfool
758c893067 Convert lena->hopper 2014-09-18 09:10:08 -07:00
wiredfool
5dc418b8de Merge pull request #906 from hugovk/ImageGrab
Improve error message for ImageGrab on non-Windows
2014-09-18 09:08:07 -07:00