wiredfool
1762bff3af
Fix warnings in docs, we're not using terms or keywords
2016-04-19 07:29:59 -07:00
wiredfool
c5a801b836
Allow linkcheck to fail
2016-04-19 07:29:33 -07:00
Andrew Murray
53197808f5
Added _accept hook for PixarImagePlugin
2016-04-19 20:59:32 +10:00
Daniel Harding
5877a4313b
Fix Fedora prerequisites [ci skip]
...
zlib-devel is needed, but not libzip-devel.
2016-04-19 11:34:44 +01:00
Andrew Murray
34c02e321d
Moved EXIF tag to be in hex order
2016-04-19 19:50:28 +10:00
Andrew Murray
521c7e9bdf
Added EXIF tags
2016-04-19 19:49:58 +10:00
Oliver Tonnhofer
eb0f400e02
extend documentation for PNG transparency
2016-04-19 10:21:54 +02:00
Oliver Tonnhofer
c773688f37
improve simple palette detection for PNG
...
- reverts change #1239 which could remove transparency from valid images
(see test_save_p_transparent_black test case)
- improves simple palette detection to handle images from #1238
2016-04-19 10:21:53 +02:00
Oliver Tonnhofer
0f8d66bc96
add failing test for #1838 ; extend tests for current transparency behavior
2016-04-19 10:21:48 +02:00
Andrew Murray
7938202a1b
Fixed length of title underline [ci skip]
2016-04-19 18:09:04 +10:00
Hugo
69b1a0e401
Merge pull request #1836 from radarhere/iptc
...
Removed unused test helper
2016-04-18 09:12:11 +03:00
Andrew Murray
ecd4d5a186
Removed unused test helper
2016-04-17 23:27:09 +10:00
Andrew Murray
ea3dcfda0c
Changed documentation to refer to ImageSequence Iterator class [ci skip]
2016-04-16 11:43:28 +10:00
Andrew Murray
89901e089c
Updated redirected URL
2016-04-16 01:09:46 +10:00
Andrew Murray
4737944197
Minor grammar fix
2016-04-14 00:08:44 +10:00
wiredfool
ac6e1ef949
Merge pull request #1829 from radarhere/typo
...
Fixed typo
2016-04-13 14:52:09 +01:00
Andrew Murray
435858afaa
Fixed typo
2016-04-13 17:33:33 +10:00
wiredfool
c43106374a
Update CHANGES.rst [ci skip]
2016-04-12 20:55:12 +01:00
wiredfool
371e981628
Merge pull request #1823 from radarhere/classifier
...
Removed outdated classifier
2016-04-12 20:53:53 +01:00
wiredfool
8fb4006530
Merge pull request #1825 from radarhere/imaging
...
Combined identical error messages in _imaging
2016-04-12 20:52:47 +01:00
Andrew Murray
d6846403dd
Combined identical error messages in _imaging
2016-04-12 17:51:55 +10:00
Andrew Murray
dbecf25945
Removed outdated classifier
2016-04-11 00:16:02 +10:00
Andrew Murray
18d596e320
Added TIFF Tags
2016-04-10 21:31:04 +10:00
wiredfool
d2a7de2c25
Updated Changes.rst [ci skip]
2016-04-10 10:15:59 +01:00
wiredfool
80758e1bd7
Merge pull request #1790 from wiredfool/setup_cleanup
...
Setup cleanup
2016-04-10 10:15:43 +01:00
wiredfool
97c1f74ac9
Merge pull request #1820 from wiredfool/travis_docs
...
Fix doc building on travis
2016-04-10 10:14:11 +01:00
wiredfool
a2bc14c526
changed docs link to https
2016-04-10 02:11:56 -07:00
wiredfool
344727a410
Merge pull request #1818 from wiredfool/appveyor_s3_build_logs
...
Appveyor builds -> s3
2016-04-09 21:18:00 +01:00
wiredfool
66c7bc42e7
only run docs on python 2.7, install all the requirements for it
2016-04-09 21:15:03 +01:00
wiredfool
af57c0cfda
refactor doccheck from travis -> makefile
2016-04-09 20:28:43 +01:00
wiredfool
21af360812
secret value for python-pillow account, not wf
2016-04-09 08:21:11 -07:00
wiredfool
78a626d343
Pushing build to s3 as artifact
2016-04-09 08:19:09 -07:00
wiredfool
233afecb90
Documentation of --debug flag
2016-04-09 08:15:24 -07:00
Alex Clark
33ed45c762
Clean up (yapf)
...
Sorry, couldn't resist. As for the issues you raised, they are unfortunately not surprising. Our setup.py has to be complex, but doesn't need to be complicated. I've been trying to avoid a complete rewrite, but maybe it's time.
2016-04-09 08:11:18 -07:00
Eric Soroos
6ab84373be
debug logging for setup.py
2016-04-09 08:11:18 -07:00
Stephen Arthur
5025bdd487
Valid range for baseline jpeg qtables 1 to 255, fixed overflow from using signed char instead of unsigned char. added test
2016-04-07 09:35:14 -07:00
Stephen Arthur
b38c32ed70
Valid range for baseline jpeg qtables 0 to 255, fixed issue from using signed char instead of unsigned char. added test
2016-04-06 18:47:51 -07:00
Hugo
9fa3fb98f3
Update CHANGES.rst [CI skip]
2016-04-06 19:59:40 +03:00
Hugo
a7c678b1af
Merge pull request #1813 from wiredfool/DIB_1293
...
Fix for DIB/BMP images
2016-04-06 19:58:25 +03:00
wiredfool
0e3caec317
Added Transparency mask unpacker for BMP files
2016-04-06 07:40:49 -07:00
wiredfool
e84e02997c
Fixes DIB image format
...
The DIB image format uses the 40 byte BMP header, followed by 3 masks
for RGB channels. We were reading 4 masks, consuming the first pixel
of the image.
Mostly fixes issue #1293 . Remaining issue: alpha channel is actually a
transparency mask.
2016-04-06 07:38:41 -07:00
Hugo
3242b5cbaa
Merge pull request #1812 from techtonik/patch-1
...
README.rst fix contribution link
2016-04-06 15:40:07 +03:00
anatoly techtonik
8754f65a42
README.rst fix contribution link
2016-04-06 14:36:12 +03:00
Hugo
28ce695dd4
Merge pull request #1807 from python-pillow/tabulate-badges
...
Tabulate badges
2016-04-06 10:14:23 +03:00
Hugo
8c9e64de6d
Update CHANGES.rst [CI skip]
2016-04-05 16:11:28 +03:00
Hugo
99c61adde2
Merge pull request #1809 from radarhere/pxr
...
Added PixarImagePlugin file extension
2016-04-05 16:10:45 +03:00
Andrew Murray
1888d60504
Added PixarImagePlugin file extension
2016-04-05 23:01:39 +10:00
Andrew Murray
3478464ce8
Fixed typo
2016-04-05 20:42:24 +10:00
Andrew Murray
7d64ab3b9b
Fixed typo [ci skip]
2016-04-05 19:32:24 +10:00
Hugo
619d5effa6
Tabulate badges
...
Inspired by https://github.com/pytest-dev/pytest-cov/blob/master/README.rst
[CI skip]
2016-04-04 18:25:31 +03:00