Commit Graph

1074 Commits

Author SHA1 Message Date
Alex Clark
0068de0c8b Wording [ci skip] 2013-09-28 11:14:05 -04:00
Alex Clark
9cb8486581 Bump all the things 2013-09-28 11:02:35 -04:00
Alex Clark
57f40ef77a Wording [ci skip] 2013-09-28 11:00:39 -04:00
Alex Clark
7554db7937 Wording [ci skip] 2013-09-28 10:49:42 -04:00
Alex Clark
16dc69ff13 Wording [ci skip] 2013-09-28 10:44:12 -04:00
Alex Clark
4f0887d251 Wording [ci skip] 2013-09-28 10:42:28 -04:00
Alex Clark
f96be4655d Wording [ci skip] 2013-09-28 09:59:18 -04:00
Alex Clark
caacc1dce6 Fix test 2013-09-28 09:46:00 -04:00
Alex Clark
2b32882a1a Add pyroma rating 2013-09-28 09:28:16 -04:00
Alex Clark
f7393d8977 Add faux test suite
It would be great if we could start moving PIL's tests in to a proper test suite i.e. inside a Python package
2013-09-28 09:26:28 -04:00
Alex Clark
59e3b7113f Sort manifest 2013-09-28 09:20:22 -04:00
Alex Clark
8559fafca4 Check-manifest fixes 2013-09-28 09:19:46 -04:00
Alex Clark ☺
2d4fec1cfb Merge pull request #341 from cgohlke/patch-4
TST: fix TypeError: string argument expected, got 'bytes' on Py3
2013-09-28 06:14:00 -07:00
Alex Clark
30eadf8e95 Add history 2013-09-28 09:11:59 -04:00
Alex Clark ☺
8209c7d0b8 Merge pull request #342 from cgohlke/pngtest_bad
Circumvent classification of pngtest_bad.png as malware
2013-09-28 06:11:00 -07:00
Alex Clark
a2cca80eae Test failed
See: 6d8c6f582a
2013-09-28 08:56:44 -04:00
Christoph Gohlke
fb80d5b267 Circumvent classification of pngtest_bad.png as malware 2013-09-27 16:55:19 -07:00
Christoph Gohlke
ada10a0ba4 Circumvent classification of pngtest_bad.png as malware 2013-09-27 16:35:37 -07:00
Christoph Gohlke
86345d08d0 TST: fix TypeError: string argument expected, got 'bytes' on Py3 2013-09-27 15:51:53 -07:00
Alex Clark
172e0d8bdb Add history 2013-09-27 18:13:39 -04:00
Alex Clark ☺
b3cfef3362 Merge pull request #339 from cgohlke/patch-1
BUG: add typedef uint64_t for msvc
2013-09-27 15:12:58 -07:00
Christoph Gohlke
4983f6da77 BUG: add typedef uint64_t for msvc 2013-09-27 15:03:27 -07:00
Alex Clark
cb4eafec17 Py3 compat 2013-09-27 17:10:38 -04:00
wiredfool
465ebd3af3 added tagnames for ImageJ tiff tags 2013-09-27 10:41:27 -07:00
wiredfool
a40950c3b9 Properly set the mode for files with rawmode of F;32BF 2013-09-27 10:41:03 -07:00
Alex Clark
4a222511bb Wording [ci skip] 2013-09-27 07:37:22 -04:00
Alex Clark
73afd82e92 Wording [ci skip] 2013-09-27 07:36:28 -04:00
Alex Clark
6359829bf9 Add history 2013-09-27 07:35:26 -04:00
Alex Clark ☺
5881d67eea Merge pull request #336 from nu774/issue329
issue 329: setup.py: better support for C_INCLUDE_PATH, LD_RUN_PATH, etc...
2013-09-27 04:33:15 -07:00
Alex Clark
16210705f0 Add history 2013-09-27 07:32:10 -04:00
Alex Clark ☺
37c8a8eec6 Merge pull request #335 from nu774/issue328
issue328: _imagingcms.c: include windef.h to fix build issue on MSVC
2013-09-27 04:31:09 -07:00
Alex Clark
6404d5c1f8 Rename 2013-09-27 07:30:05 -04:00
nu774
2b8225615b issue 329: setup.py: better support for C_INCLUDE_PATH, LD_RUN_PATH, etc.
Fix to support colon separated path list, and also support INCLUDE and LIB
environment variable used by MSVC.
2013-09-27 20:19:52 +09:00
nu774
c09a0fd815 issue328: _imagingcms.c: include windef.h to fix build issue on MSVC 2013-09-27 20:16:34 +09:00
Alex Clark
6d8c6f582a Add provides PIL
Testing http://www.python.org/dev/peps/pep-0426/#provides
2013-09-27 06:27:27 -04:00
Alex Clark
40513b8a09 Add history 2013-09-27 06:11:15 -04:00
Alex Clark ☺
ea9f6a4d1f Merge pull request #330 from donspaulding/patch-1
Automatically discover homebrew include/ and lib/ paths on OSX
2013-09-27 03:10:25 -07:00
Alex Clark ☺
1641672622 Merge pull request #334 from olt/octree-large-img-fix
fix FASTOCTREE quantizer for large images (>16MP)
2013-09-26 02:39:55 -07:00
Oliver Tonnhofer
147a0204eb fix FASTOCTREE quantizer for large images (>16MP)
the color value counter sums all color values and this overflows
a uint32 at 16M white pixels, 32M gray pixels, etc.
2013-09-26 10:15:42 +02:00
Alex Clark ☺
dea45dafcb Merge pull request #333 from wiredfool/paddywwoof-truetype
Vertical Alignment of ttf rendering
2013-09-24 14:37:49 -07:00
wiredfool
ae6eb8733a actually cleaning 2013-09-24 14:23:43 -07:00
wiredfool
35c9f59c38 testcase for multiline text spacing 2013-09-24 14:23:17 -07:00
Don Spaulding
6568cb0deb Automatically discover homebrew lib/ and include/ paths if installed on OSX.
This change allows Pillow to discover installed libs on OSX when using the homebrew package manager outside of `/usr/local/`.

It relies on the commands module, which goes away in Python 3.  If it seems like a good change to add, I can switch the code over to subprocess.
2013-09-20 11:52:45 -05:00
paddywwoof
02855a86c0 hopefully this uses a reasonable y offset 2013-09-20 14:02:40 +01:00
paddywwoof
25b39de5b7 ImageColor defaults to alpha = 255 in only rgb specified for RGBA mode 2013-09-19 15:30:08 +01:00
Alex Clark
9bb76ea8e4 Add history [ci skip] 2013-08-29 05:15:59 -04:00
Alex Clark ☺
e5279a284b Merge pull request #325 from manisandro/bytearray
Fix bytes which should be bytearray
2013-08-29 02:14:49 -07:00
Sandro Mani
1c4734b6bb Make bytePalette read-only buffer 2013-08-28 20:44:27 +02:00
Sandro Mani
2ec21cf5ae Catch incorrect palette sizes 2013-08-28 20:36:39 +02:00
Sandro Mani
4be146cf27 Fix bytes which should be bytearray 2013-08-28 20:18:13 +02:00