Commit Graph

1074 Commits

Author SHA1 Message Date
Alex Clark ☺
1f3c9f4feb Merge pull request #267 from chrispbailey/master
Better fix for ZeroDivisionError in ImageOps.fit for image.size height is 1
2013-07-01 06:01:48 -07:00
Chris Bailey
08d0ec1e93 Generalizing pterk's ZeroDivisionError fix for 1px images 2013-07-01 12:36:46 +01:00
Alex Clark
ae9b6b3209 Wording 2013-07-01 06:51:07 -04:00
Alex Clark ☺
3207bf372a Merge pull request #266 from cgohlke/remove-test_imagegl
Remove useless ImageGL module
2013-07-01 03:32:27 -07:00
Alex Clark ☺
3b22bdae38 Merge pull request #265 from cgohlke/patch-3
Don't skip 'import site' on initialization when running tests for inplac...
2013-07-01 03:30:34 -07:00
Christoph Gohlke
f042fd6af3 remove useless ImageGL module 2013-06-30 20:39:12 -07:00
Christoph Gohlke
3e87da96bd Don't skip 'import site' on initialization when running tests for inplace builds 2013-06-30 18:43:35 -07:00
Alex Clark
946dc5f8a0 Wording 2013-06-30 19:28:51 -04:00
Alex Clark
26995d7b02 Support selftest.py --installed, fixes #263
Courtesy of @Arfrever
2013-06-30 19:16:27 -04:00
Alex Clark
172dae9e35 Fixes #262
Apply patch from @arfrever to resolve Tests/test_imagefont.py tests leave font.png
2013-06-30 18:47:02 -04:00
Alex Clark
e43e06b80e More WS cleanup courtesy of @Arfrever 2013-06-30 18:46:03 -04:00
Alex Clark
bb1b3a532c Cleanup WS, courtesy of @Arfrever
find * -type f "-(" -name "*.bdf" -o -name "*.c" -o -name "*.h" -o -name "*.py" -o -name "*.rst" -o -name "*.txt" "-)" -exec sed -e "s/[[:space:]]*$//" -i {} \;
2013-06-30 18:42:19 -04:00
Alex Clark ☺
d92e2737f7 Merge pull request #260 from cgohlke/patch-2
Fix ImportError during selftest. Remove path silliness.
2013-06-30 15:29:40 -07:00
Alex Clark
ee87145bfe Why are we installing python-imaging?
We *are* Python Imaging
2013-06-30 18:07:05 -04:00
Alex Clark
f56facb0c1 Clean up 2013-06-30 15:21:37 -04:00
Christoph Gohlke
c0a39b98fa Use --inplace option
To run Travis again
2013-06-30 12:02:16 -07:00
Alex Clark
c6a95bf8f4 Add files 2013-06-30 14:50:38 -04:00
Christoph Gohlke
9ef78fab61 Configure Travis to build inplace 2013-06-30 11:37:31 -07:00
Alex Clark
b99e4ce7e2 Bump docs version 2013-06-30 07:27:53 -04:00
Alex Clark
fd29e707e9 Apply @Arfrever patch, fixes #258 2013-06-30 07:04:42 -04:00
Christoph Gohlke
c48590bfba Fix ImportError during selftest. Remove path silliness.
Also apply PEP8 and print Pillow version during test.
2013-06-29 19:13:55 -07:00
Alex Clark
54cb132b83 Wording 2013-06-29 19:53:28 -04:00
Alex Clark
e69ee05d36 Wording 2013-06-29 19:52:23 -04:00
Alex Clark
ad5da0919d Wording 2013-06-29 19:47:36 -04:00
Alex Clark
c196477b53 Clean up 2013-06-29 19:45:53 -04:00
Alex Clark
59fdaecb15 Wording 2013-06-29 19:38:37 -04:00
Alex Clark
60b9715b50 Wording 2013-06-29 19:37:53 -04:00
Alex Clark
d639d7daf2 Wording 2013-06-29 19:36:18 -04:00
Alex Clark
0e6ba263cf Wording 2013-06-29 19:32:47 -04:00
Alex Clark
5e8c6bb3d8 Wording 2013-06-29 19:30:52 -04:00
Alex Clark
5d75e679b5 Wording 2013-06-29 19:06:39 -04:00
Alex Clark
0dcb4a3d8c Wording 2013-06-29 19:05:48 -04:00
Alex Clark
ddd5bdedb5 Merge branch 'master' of github.com:python-imaging/Pillow 2013-06-29 19:04:38 -04:00
Alex Clark
7143d754ca Wording 2013-06-29 19:04:33 -04:00
Alex Clark ☺
19ad775140 Merge pull request #243 from kostya0shift/master
Better support for ICO files
2013-06-29 16:02:11 -07:00
Alex Clark ☺
b2193a9662 Merge pull request #259 from cgohlke/patch-1
BUG: Fix webp encode errors on win-amd64
2013-06-29 14:16:52 -07:00
Christoph Gohlke
d2cb7a126b BUG: Fix webp encode errors on win-amd64 2013-06-29 14:05:48 -07:00
Alex Clark ☺
1c55e01f62 Merge pull request #255 from pterk/master
Fix for ZeroDivisionError in ImageOps.fit for image.size == (1,1)
2013-06-24 16:38:59 -07:00
Peter van Kampen
ad0a96c3fa add test & comment 2013-06-23 15:22:31 +02:00
Peter van Kampen
c9faa9caa5 Fix for ZeroDivisionError in ImageOps.fit for image.size == (1,1) 2013-06-23 12:33:23 +02:00
Alex Clark ☺
97f6d88d01 Merge pull request #247 from wiredfool/readme
Readme - raspian
2013-06-14 02:15:53 -07:00
wiredfool
55cd9d15c7 Removed feline quality typing 2013-06-13 21:20:46 -07:00
wiredfool
0e698497a6 Updated support/testing 2013-06-13 21:17:46 -07:00
Alex Clark ☺
4aed8d64b7 Merge pull request #240 from mgorny/master
Support explicitly disabling features via --disable-* options
2013-06-12 09:37:26 -07:00
Michał Górny
e09580e12c Introduce --enable-x and fail if it is given and x is not available. 2013-06-08 08:24:06 +02:00
Michał Górny
570c2adeaf Introduce abstraction over --disable-feature. 2013-06-08 08:24:06 +02:00
kostya0shift
78565ea3f1 Test for ICO corrected 2013-06-05 21:38:20 +04:00
kostya0shift
738a1dd777 Better support for ICO images 2013-06-05 21:01:05 +04:00
Michał Górny
810e916342 Support --disable-* switches to disable features.
For example, --disable-jpeg unconditionally disables both checks jpeg
support and checks for libjpeg.
2013-05-31 00:17:30 +02:00
Alex Clark ☺
eeac3fedef Merge pull request #238 from wiredfool/pycapsule
Use PyCapsule for py3.1, fixes #237
2013-05-29 03:39:18 -07:00