Commit Graph

4757 Commits

Author SHA1 Message Date
wiredfool
44c74c575d Updated Changes.rst [ci skip] 2016-05-05 16:34:31 +01:00
wiredfool
8b9b996327 Merge pull request #1862 from daniel-leicht/fix-generic-use-of-exception
Deprecated function will no longer raise "Exception" but "NotImplementedError".
2016-05-05 16:32:05 +01:00
wiredfool
85386c5ac7 Merge pull request #1879 from radarhere/subprocess
Replaced os.system with subprocess.call
2016-05-05 16:30:49 +01:00
wiredfool
9c760d3169 Merge pull request #1886 from radarhere/imageshow
Corrected Image show documentation
2016-05-05 16:30:05 +01:00
Andrew Murray
41b4f1fd81 Corrected Image show documentation 2016-05-05 19:30:07 +10:00
Andrew Murray
31993b09ec Replaced os.system with subprocess.call 2016-05-05 06:36:08 +10:00
wiredfool
8a061218ee Update CHANGES.rst [ci skip] 2016-05-03 21:26:01 +01:00
wiredfool
5afa5532f8 Merge pull request #1880 from radarhere/access
Added check for executable permissions to ImageShow
2016-05-03 21:25:23 +01:00
wiredfool
b3f1db66be Update CHANGES.rst [ci skip] 2016-05-03 21:17:56 +01:00
wiredfool
716a1ee833 Merge pull request #1877 from radarhere/tutorial
Fixed tutorial code and added explanation
2016-05-03 21:16:38 +01:00
wiredfool
7e46a7dda6 Merge pull request #1837 from radarhere/imagegrab
Added OS X support for ImageGrab grabclipboard
2016-05-03 21:11:53 +01:00
wiredfool
42f7a08ca4 Merge pull request #1856 from radarhere/eafp
Combined duplicate code in ImageTk
2016-05-03 21:02:08 +01:00
wiredfool
da62f7c25b docs for new setup.py option 2016-05-03 20:55:47 +01:00
wiredfool
03576bd744 Added --disable-osx-tcltk-framework in setup.py 2016-05-03 20:26:58 +01:00
wiredfool
30db2bd0f9 Update CHANGES.rst [ci skip] 2016-05-03 19:57:56 +01:00
wiredfool
db4b41e78f Merge pull request #1875 from wiredfool/pr_1861
Disable-platform-guessing in setup.py
2016-05-03 19:53:09 +01:00
wiredfool
f573f71a6a Update CHANGES.rst [ci skip] 2016-05-03 19:51:13 +01:00
wiredfool
a0602fb68c Merge pull request #1882 from wiredfool/pr_1840
Fix Transparency for PNG images
2016-05-03 19:51:04 +01:00
wiredfool
b2800b57a7 spelling typos 2016-05-03 19:46:22 +01:00
Andrew Murray
9f2deda929 Added check for executable permissions to ImageShow 2016-05-03 20:59:52 +10:00
Hugo
12bd44a6fb Merge pull request #1878 from radarhere/icc
Corrected filename
2016-05-03 13:31:33 +03:00
Andrew Murray
abdb848f08 Corrected filename [ci skip] 2016-05-03 19:23:51 +10:00
Andrew Murray
44c5d0175e Fixed code and added explanation to a tutorial example [ci skip] 2016-05-02 18:57:46 +10:00
Andrew Murray
0b515ae3fa Added test for ImageTk _get_image_from_kw 2016-05-01 22:19:52 +10:00
Andrew Murray
d82935a2d9 Combined duplicate code in ImageTk 2016-05-01 20:55:12 +10:00
wiredfool
dd6de1adf1 Docs for disable-platform-guessing 2016-05-01 11:03:44 +01:00
wiredfool
d7f2698718 unnest disable-platform-guessing code 2016-05-01 10:57:50 +01:00
wiredfool
be11bd0afe Update CHANGES.rst [ci skip] 2016-05-01 10:33:17 +01:00
wiredfool
460480dfff Merge pull request #1847 from wiredfool/revert-1813-DIB_1293
Revert 1813, plus second commit with tweaks.
2016-05-01 10:31:59 +01:00
wiredfool
f5fb1d3aed Update CHANGES.rst [ci skip] 2016-05-01 10:22:56 +01:00
wiredfool
9f9436ca2f Merge pull request #1871 from wiredfool/pr_1865
Rebased #1865 + 1 test
2016-05-01 10:14:08 +01:00
wiredfool
bf12965833 Update CHANGES.rst [ci skip] 2016-04-29 21:28:57 +01:00
wiredfool
b3d78d7c36 Merge pull request #1864 from hdante/read-only-load
Make ImageFile load images in read-only mode
2016-04-29 21:26:13 +01:00
wiredfool
219182beda Removing all transparency from the test image 2016-04-29 21:17:18 +01:00
wiredfool
6f92a5adc0 Tests for LA mode looping through numpy 2016-04-29 21:03:24 +01:00
Pierrick Koch
cb42a9383c [Test] image array add LA mode test 2016-04-29 21:03:24 +01:00
Pierrick Koch
272588feca [PIL] Image add support _MODE_CONV LA mode 2016-04-29 21:03:24 +01:00
wiredfool
7722ee825d Update CHANGES.rst [ci skip] 2016-04-29 20:53:46 +01:00
wiredfool
c2a5dcf18a Merge pull request #1853 from radarhere/accept
Added _accept hook for XVThumbImagePlugin
2016-04-29 20:45:41 +01:00
wiredfool
300ca19a0e Merge pull request #1854 from hugovk/tga-rle
Test TGA RLE file
2016-04-29 20:44:32 +01:00
wiredfool
12bfb976bd Merge pull request #1855 from hugovk/tiff-lzw
Test TIFF with LZW compression
2016-04-29 20:43:10 +01:00
wiredfool
b852ce1255 Merge pull request #1863 from radarhere/spiderimageplugin
Improved SpiderImagePlugin help text
2016-04-29 20:41:03 +01:00
wiredfool
1c6ec82c89 Merge pull request #1870 from radarhere/texinfo
Updated Sphinx project description
2016-04-29 20:39:36 +01:00
Andrew Murray
a4782c7e79 Updated Sphinx project description 2016-04-29 22:58:06 +10:00
Hugo
11eb8ae95f Merge pull request #1869 from radarhere/contributing
Corrected link
2016-04-29 12:33:25 +03:00
Andrew Murray
8fa5f98171 Corrected link [ci skip] 2016-04-29 18:48:20 +10:00
Andrew Murray
e7ad128eb7 Merge pull request #1868 from hugovk/rtd.io
Update to RTD.io links
2016-04-28 19:24:17 +10:00
hugovk
11b8faa761 Update RTD links https://blog.readthedocs.com/securing-subdomains/ 2016-04-28 09:35:03 +03:00
Pierrick Koch
001bee40ab [PIL] Image add support fromarray LA mode
fix:

>>> img = np.zeros((40,40,2), 'uint8')
>>> Image.fromarray(img)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1929, in fromarray
    raise TypeError("Cannot handle this data type")
TypeError: Cannot handle this data type
2016-04-27 15:23:44 +02:00
Henrique Dante de Almeida
a7c58303ca Make ImageFile load images in read-only mode
The code path for mmapped files unnecessarily loaded images in
read-write mode and had a long standing FIXME message. This patch
uses mmap.ACCESS_READ, which is platform independent to fix this
issue.
2016-04-27 09:39:51 -03:00