Commit Graph

1659 Commits

Author SHA1 Message Date
Alex Clark ☺
e81450ece1 Merge pull request #552 from wiredfool/fix-getcolor-rgba
Imagecolor
2014-03-17 16:33:41 -04:00
wiredfool
ed36893ca0 Clarified Test Validity 2014-03-17 13:29:44 -07:00
wiredfool
45ce1e04a7 Docstring/comment fixes [skip ci] ref #534 2014-03-17 13:29:44 -07:00
Alex Clark
1c4dc75fab Avoid conflicting _expand functions in PIL & MINGW
fixes #538
2014-03-17 10:50:58 -04:00
Alex Clark
d2dfe3b137 Fix manifest 2014-03-17 10:49:39 -04:00
Alex Clark
11ab4018df Add history 2014-03-17 10:41:53 -04:00
Alex Clark ☺
878d0ca51d Merge pull request #512 from vadmium/pl
Merge from Philippe Lagadec’s OleFileIO_PL fork
2014-03-17 10:41:26 -04:00
Alex Clark
b769d06de6 Add history 2014-03-17 10:21:49 -04:00
Alex Clark ☺
da3ab720f4 Merge pull request #534 from homm/fix-getcolor-rgba
Fix ImageColor.getcolor
2014-03-17 10:20:40 -04:00
Alex Clark
55a8de3b36 Add history 2014-03-17 10:14:35 -04:00
Alex Clark ☺
054eb71bc6 Merge pull request #525 from wiredfool/ico_parser
Make ICO files work with the ImageFile.Parser interface, fixes #522
2014-03-17 10:14:03 -04:00
Alex Clark
beb80ee0bb Add history 2014-03-17 10:12:18 -04:00
Alex Clark ☺
fc9ad0aec3 Merge pull request #521 from choppsv1/master
Handle 32bit compiled python on 64bit architecture
2014-03-17 10:11:39 -04:00
Alex Clark
b02d57c2c6 Merge branch 'master' of github.com:python-imaging/Pillow 2014-03-17 09:48:55 -04:00
Alex Clark
0e9f4c6c60 Merge branch 'dschmidt_palette_513' of https://github.com/wiredfool/Pillow into wiredfool-dschmidt_palette_513 2014-03-17 09:48:24 -04:00
Alex Clark ☺
cc3c29a162 Merge pull request #490 from mrshu/patch-1
Removed empty line
2014-03-17 09:43:56 -04:00
Alex Clark
7dbca485ae Fix error(s) 2014-03-17 09:40:25 -04:00
Alex Clark
c1d44980b8 Merge branch 'pcx' of https://github.com/wiredfool/Pillow into wiredfool-pcx 2014-03-17 09:38:38 -04:00
Alex Clark
3695d77c4d Merge branch 'sane' of https://github.com/manisandro/Pillow into manisandro-sane 2014-03-17 08:46:16 -04:00
Alex Clark
2ce0d7e7d5 Fix manifest 2014-03-17 08:45:33 -04:00
Alex Clark
5f5c35813e Add history 2014-03-17 08:30:34 -04:00
Alex Clark ☺
35241da3f8 Merge pull request #517 from wiredfool/pcf
Fix support for characters >128 using .pcf or .pil fonts in Py3k
2014-03-17 08:30:02 -04:00
Alex Clark
320308c4ce Add history 2014-03-17 08:28:38 -04:00
Alex Clark
94ec5a8cda Clean up 2014-03-17 08:28:02 -04:00
Alex Clark ☺
eb9da126ed Merge pull request #516 from wiredfool/cffi-pixelaccess
Skip CFFI test earlier if it's not installed
2014-03-17 08:27:38 -04:00
wiredfool
8f9e485470 Updated Changes.rst [ci skip] 2014-03-14 16:56:07 -07:00
Alex Clark ☺
b4aca4dbeb Merge pull request #548 from wiredfool/mktemp
Fix for insecure use of tempfile.mktemp
2014-03-14 19:12:49 -04:00
wiredfool
1e331e3e6a Removed tempfile.mktemp, fixes CVE-2014-1932 CVE-2014-1933, debian bug #737059 2014-03-14 15:56:41 -07:00
wiredfool
dfe6fff10f Eliminating warning for possibly uninitialized variable use 2014-03-14 14:23:44 -07:00
wiredfool
ac52886da1 Fixed compilation errors on linux, ref #547 2014-03-14 11:35:23 -07:00
Alastair Houghton
68fd58a7e2 Initialize handles_eof (oops). 2014-03-14 17:25:38 +00:00
Alastair Houghton
6840278b7d Removed print statement. 2014-03-14 16:49:29 +00:00
Alastair Houghton
efd47ce63b Added documentation for JPEG 2000. 2014-03-14 16:39:09 +00:00
Alastair Houghton
646f0c21e5 Updated CHANGES file. 2014-03-14 16:38:50 +00:00
Alastair Houghton
5853d2aed0 Add a couple of unpackers. 2014-03-14 16:38:30 +00:00
Alastair Houghton
168acabcb0 Fixed some warnings. 2014-03-14 16:38:07 +00:00
Alastair Houghton
9a1b6966b5 Added precinct size option. Also added the jp2klib_version symbol on the _imaging module. 2014-03-14 15:40:30 +00:00
Alastair Houghton
5cb73c94e9 Fixed some Windows issues. 2014-03-14 14:35:09 +00:00
Alastair Houghton
cb1f990a92 Added seek support to make writing jp2 files work. Also added support for directly using an fd rather than relying on the Python loop, if we have a real fd. 2014-03-14 11:21:08 +00:00
Alastair Houghton
61fb89ec54 Added a JPEG 2000 encoder. 2014-03-13 18:27:16 +00:00
Alastair Houghton
aea0ec56b2 Fixed a small bug. 2014-03-13 13:48:15 +00:00
Alastair Houghton
9a4bff722f Decode tile-by-tile; saves memory and means we don't need to buffer the entire image in the OpenJPEG opj_image. 2014-03-13 13:44:26 +00:00
Alastair Houghton
5b22b715ce Fixed some bugs. 2014-03-13 12:29:03 +00:00
Alastair Houghton
7dba77364a Fixed rounding. 2014-03-13 11:57:47 +00:00
Alastair Houghton
d6b8f0f666 Added a JPEG 2000 decoder based on OpenJPEG. 2014-03-13 11:46:47 +00:00
wiredfool
1a03ca9224 Merge pull request #541 from wiredfool/install-requirements
Added python-tk to Ubuntu/Debian requirements [skip ci]
2014-03-05 21:48:57 -08:00
wiredfool
53cc9d999f Added python-tk to Ubuntu/Debian requirements [skip ci] 2014-03-05 21:47:42 -08:00
wiredfool
414e887726 Merge Changes from Master 2014-03-04 22:43:19 -08:00
wiredfool
f8ce951a2d Merge Changes from master 2014-03-04 22:41:36 -08:00
wiredfool
0fc225c358 test for issue #434 2014-03-04 22:29:55 -08:00