Commit Graph

4445 Commits

Author SHA1 Message Date
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
wiredfool
a098c88509 Convert was passing in a 3tuple to putpixel for a P image 2016-01-14 08:58:13 -08:00
wiredfool
5ff9f24fcc fix uninitalized variable warning, fix logic 2016-01-14 08:57:36 -08: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
wiredfool
8040633574 Yum has been replaced 2016-01-04 07:33:46 -08:00
wiredfool
ef58462e56 scripts for ubuntu 12.04 and fedora 23 2016-01-04 07:31:08 -08:00
wiredfool
1a47dad469 Merge pull request #1632 from radarhere/tk
Added AppVeyor to RELEASING checklist
2016-01-04 05:58:31 -08:00
wiredfool
f2e0a8e550 Update CHANGES.rst 2016-01-04 13:51:17 +00:00
wiredfool
2819e42cd7 Merge pull request #1638 from manisandro/conditional
Fix incorrect conditional in encode.c
2016-01-04 05:49:39 -08:00
Sandro Mani
255a8b5220 Fix incorrect conditional 2016-01-04 13:44:24 +01:00
wiredfool
8d518a3f4d 3.2.0-dev versioning 2016-01-04 03:03:26 -08:00
wiredfool
fff5536b37 3.1.0 version 2016-01-04 02:04:23 -08:00
wiredfool
a72000c7c1 Merge pull request #1636 from wiredfool/docs-3.1
Replacing fromstring with frombytes
2016-01-04 01:51:22 -08:00
wiredfool
b56e1f74f3 s/fromstring/frombytes/ 2016-01-04 01:46:06 -08:00
Hugo
60cf27fde1 Update CHANGES.rst [CI skip] 2016-01-03 23:42:57 +02:00
Hugo
12a9bf614b Merge pull request #1633 from wiredfool/windows-2.6-tests
Fixing test failures on python 2.6/windows
2016-01-03 23:42:19 +02:00
wiredfool
859ce84976 Version check rather than try/except 2016-01-03 13:04:04 -08:00
wiredfool
21beef192a Fixing test failures on python 2.6/windows 2016-01-03 12:23:39 -08:00
Andrew Murray
8ece7f6c9e Added AppVeyor to RELEASING checklist [ci skip] 2016-01-03 23:14:27 +11:00