Commit Graph

4360 Commits

Author SHA1 Message Date
Andrew Murray
2b0c037d5f Allowed ImageSequence to seek to zero 2016-01-27 14:04:05 +11:00
Hugo
3d6e137ff2 Merge pull request #1680 from radarhere/asserts
Updated deprecated asserts
2016-01-24 22:54:53 +02:00
Andrew Murray
0ad6f5ff1f Updated deprecated asserts 2016-01-24 12:44:31 +11:00
Hugo
ee76e8a050 Update CHANGES.rst [CI skip] 2016-01-23 11:11:21 +02:00
Hugo
29d23ee102 Merge pull request #1678 from radarhere/pillow_tests
Add tests for OLE file based formats
2016-01-23 11:10:20 +02:00
Andrew Murray
a7a087e0b2 Added FPX test 2016-01-23 13:50:17 +11:00
Andrew Murray
da7e712cb4 Added MIC test 2016-01-23 13:46:36 +11:00
Andrew Murray
6994da9287 Clarified YCbCr handling [ci skip] 2016-01-23 12:40:38 +11:00
Hugo
e06d3acc96 Merge pull request #1674 from radarhere/releasing
Fixed RTD URL
2016-01-21 15:26:17 +02:00
Andrew Murray
95e2a15075 Fixed URL [ci skip] 2016-01-21 22:35:30 +11:00
Andrew Murray
d9466c9d92 Fixed URL [ci skip] 2016-01-21 22:28:30 +11:00
Andrew Murray
fcbd054f36 Updated jpeg to 9b 2016-01-21 19:50:36 +11:00
Hugo
184d40260f Update CHANGES.rst [CI skip] 2016-01-21 10:47:11 +02:00
Hugo
8a5b5c2d2c Merge pull request #1671 from radarhere/ifd
Add TIFF IFD test
2016-01-21 10:46:29 +02:00
Andrew Murray
957187d417 Added TIFF IFD test 2016-01-21 16:00:53 +11:00
wiredfool
8f82678f4c added winbuild/build.rst to manifest.in 2016-01-16 15:41:33 +00:00
wiredfool
c9f3abf7ac moved build.rst out of the doctree to suppress warnings, as this documentation is work in progress and not up to the standards of the rest of the documentation 2016-01-16 13:37:20 +00:00
wiredfool
b44488a346 added TiffTags documentation 2016-01-16 13:36:11 +00:00
Hugo
0bd2af1e74 Merge pull request #1666 from python-pillow/radarhere-patch-1
Update CHANGES.rst
2016-01-16 10:37:36 +02:00
Andrew Murray
b0aaa09b95 Update CHANGES.rst [ci skip] 2016-01-16 19:14:03 +11:00
Hugo
023d422ecb Update CHANGES.rst [CI skip] 2016-01-16 10:07:44 +02:00
Hugo
9da179c78c Merge pull request #1654 from wiredfool/pr_1650
Add a basic DDS image plugin with more tests
2016-01-16 10:06:37 +02:00
wiredfool
ffd388eb1e Merge pull request #1657 from radarhere/redirect
Updated redirected URL
2016-01-15 13:51:35 -08:00
wiredfool
b0d15c9b8d Catch truncated DDS files 2016-01-15 21:34:36 +00:00
Andrew Murray
8a27dd3b08 Updated redirected URL 2016-01-09 10:43:11 +11:00
wiredfool
18d48dc665 fixing dds plugin on Py 2.x, relaxing dxt5 test 2016-01-08 13:58:19 -08:00
wiredfool
66c99b9d20 Merge pull request #1655 from wiredfool/sphinx-travis
Install pillow before running sphinx on travis
2016-01-08 12:48:12 -08:00
wiredfool
d047349958 YAFile format 2016-01-08 10:15:06 -08:00
wiredfool
f09508f17f install before running sphinx 2016-01-08 10:07:24 -08:00
wiredfool
13f2d22700 Correctness tests for DDS 2016-01-08 07:59:18 -08:00
wiredfool
00dc657824 Documentation for GBR 2016-01-08 07:25:42 -08:00
wiredfool
25428afb70 Working GbrImagePlugin for version 2 GBR (gimp brush) files 2016-01-08 07:18:48 -08:00
wiredfool
ccd9d4b489 Test images for GbrImagePlugin, created in GIMP 2.8 by Eric Soroos 2016-01-08 07:18:05 -08:00
hugovk
37b5a39c58 Note internal functions and TODOs 2016-01-06 20:00:03 +02:00
hugovk
05b22cedd5 Add docstrings 2016-01-06 12:26:58 +02:00
Andrew Murray
f4df96816b Modified ImageSequence Iterator class to be an iterator 2016-01-06 21:09:40 +11:00
hugovk
9dd68bb0be flake8 2016-01-06 12:07:40 +02:00
hugovk
517cbbff08 Test NotImplementedError 2016-01-06 11:59:47 +02:00
hugovk
02ec83ee64 Test image from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551 2016-01-06 11:57:51 +02:00
hugovk
cc0d2a7b94 Include *.dds 2016-01-06 11:33:24 +02:00
hugovk
f826bff3c7 Simplify sanity tests 2016-01-06 11:24:09 +02:00
hugovk
3515cf82b7 Test images from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551 2016-01-06 11:00:08 +02:00
hugovk
ca216951ab Test DdsImagePlugin 2016-01-06 10:59:37 +02:00
Andrew Murray
a653afb10d Allowed textsize method to pass on multiline_textsize method specific arguments 2016-01-06 17:13:16 +11:00
Andrew Murray
89e3758fb8 Allowed text method to pass on multiline_text method specific arguments 2016-01-06 10:42:03 +11:00
Jerome Leclanche
b9a71cafbc Add a basic DDS image plugin
Only supports DXT1 and DXT5 for now.
The pixel formats ideally should be supported in decode.c instead,
but for now this is good enough.

Fixes #252
2016-01-05 17:11:17 +02:00
Andrew Murray
f57e295ce5 Merge pull request #1641 from cgohlke/patch-1
Add Python 3.5 to classifiers
2016-01-05 09:27:20 +11:00
Christoph Gohlke
0b38dbb8e2 Add Python 3.5 to classifiers 2016-01-04 11:50:03 -08:00
Eric Soroos
dcbb26234a Added freebsd script 2016-01-04 17:08:48 +00:00
wiredfool
b952f7e3af tkinter, notes 2016-01-04 07:42:03 -08:00