Commit Graph

2435 Commits

Author SHA1 Message Date
Hugo
99cb19b671 Remove a rogue "=" from the end of a line
It wasn't there in the original PIL handbook: http://effbot.org/imagingbook/format-jpeg.htm

[CI skip]
2014-08-15 13:58:54 +03:00
wiredfool
e51b7ad7bf Updated Changes.rst [ci skip]
formatting
2014-08-13 09:51:05 -07:00
wiredfool
2e26bd454f Update Changes.rst [ci skip] 2014-08-13 09:49:50 -07:00
wiredfool
9cc0e47ec2 Merge pull request #845 from wiredfool/icns_cve
Icns DOS fix --  CVE-2014-3589
2014-08-13 09:45:42 -07:00
wiredfool
205e056f8f Icns DOS fix -- CVE-2014-3589
Found and reported by Andrew Drake of dropbox.com
2014-08-13 09:25:11 -07:00
Hugo van Kemenade
cc6610e4f3 Detail test-installed.py
[CI skip]
2014-08-12 16:37:49 +03:00
Hugo van Kemenade
6eb00f605f Update CHANGES.rst [CI skip] 2014-08-11 10:05:19 +03:00
Hugo van Kemenade
acd4f5f26f Merge pull request #844 from divergentdave/patch-1
setup.py: Close open file handle before deleting
2014-08-11 09:49:26 +03:00
David Cook
3bde04b263 setup.py: Close open file handle before deleting
When installing Pillow onto a Vagrant virtual machine with Linux as the guest OS, and Windows as the host OS, setup.py fails with the error "Text file busy." The temporary installation directory is a shared folder from the host OS, mounted in the guest OS, and the underlying Windows file system doesn't allow deleting the "multiarch" temporary file while a file handle for it is still open. This change closes the file handle once it is no longer being used, but before the file itself is unlinked.
2014-08-11 01:14:07 -05:00
Hugo van Kemenade
ae641c3d0f RST code formatting
[CI skip]
2014-08-08 13:54:14 +03:00
Hugo van Kemenade
884280d0e5 Update test instructions
[CI skip]
2014-08-08 13:51:06 +03:00
Hugo
408e7335b3 Link to testing guide [CI skip] 2014-08-05 12:35:27 +03:00
Hugo
368b1dce94 Link to contribution guide [CI skip] 2014-08-05 12:27:07 +03:00
Hugo
7113721ad0 Update CONTRIBUTING.md [CI skip] 2014-08-04 10:35:07 +03:00
Hugo
5c0395b933 Update CHANGES.rst [CI skip] 2014-08-04 10:16:15 +03:00
wiredfool
3ce164b594 Update contributing.md [ci skip] 2014-08-03 22:09:04 -07:00
wiredfool
2181ff906b Update contributing.md [ci skip] 2014-08-03 22:05:32 -07:00
Hugo
3fa247fd7c Merge pull request #837 from wiredfool/cms-profile
Return Profile with Transformed Images
2014-08-03 09:22:03 +03:00
wiredfool
6538d971e2 Docs for profile additions 2014-08-02 21:22:51 -07:00
Hugo
040af0b533 Merge pull request #836 from MatMoore/master
Changed docstring to refer to the correct function [CI skip]
2014-08-02 15:11:31 +03:00
Mat Moore
e5bceac912 Changed docstring to refer to the correct function 2014-08-02 12:17:57 +01:00
Hugo
0404353fb5 Merge pull request #833 from wiredfool/lcov-rb
Adding coverage support for C code tests
2014-08-01 23:25:21 +03:00
wiredfool
243b59930a Updated Changes.rst [ci skip] 2014-08-01 10:12:47 -07:00
wiredfool
ed3016a08a Merge pull request #832 from hugovk/IptcImagePlugin
Tests for IptcImagePlugin.py
2014-08-01 10:12:01 -07:00
hugovk
805184fcbb Fi xffor Python 3 2014-08-01 12:11:03 +03:00
hugovk
35838da803 Test dump() 2014-08-01 11:56:21 +03:00
hugovk
a0aff1a87f Remove disabled _is_raw() 2014-08-01 11:12:47 +03:00
wiredfool
c216c6a71e Adding coverage support for C code 2014-07-31 12:18:09 -07:00
hugovk
f5440cc3e1 Fixes for Python 3 2014-07-30 20:43:34 +03:00
wiredfool
82bf25a334 Merge pull request #828 from hugovk/pypy3
Cover PyPy and add PyPy 3
2014-07-30 09:41:13 -07:00
hugovk
515bb6e14d flake8 2014-07-30 19:39:11 +03:00
wiredfool
910f7711ce Merge pull request #830 from wiredfool/mpo-rebase
MPO Save Documentation
2014-07-30 09:37:27 -07:00
hugovk
4c5a5c1f0e Tests for IptcImagePlugin.py 2014-07-30 19:34:20 +03:00
hugovk
e49e689c70 Add JPEG with IPTC data. My image, permission given to distribute under MIT licence 2014-07-30 19:33:04 +03:00
Eric W. Brown
3f0ff0177e Dropped unused "options" from MPO save. 2014-07-30 09:17:43 -07:00
Eric W. Brown
b46f5c6b1e Better documented limited MPO save feature.
At present it’s only possible to save the current frame of an MPO, not
the MPO in its entirety. Added testing verifying as much.
2014-07-30 09:17:36 -07:00
hugovk
a5302dcea9 Cover pypy 2014-07-30 12:04:04 +03:00
hugovk
c7a6f162ca Add new pypy3: http://blog.travis-ci.com/2014-07-24-upcoming-build-environment-updates/ 2014-07-30 11:30:46 +03:00
wiredfool
5966278643 Added im.info['icc_profile'] to results for ImageCms.applyTransform 2014-07-29 21:20:11 -07:00
wiredfool
13eb3d667a Added profile.tobytes() for ImageCms Profiles 2014-07-29 20:44:17 -07:00
wiredfool
ab1bbb07c3 Merge pull request #827 from hugovk/test_file_tiff
More tests for TiffImagePlugin
2014-07-29 15:11:36 -07:00
hugovk
56404f6888 Change wrapping to include some context on first line; plus typo fix 2014-07-29 23:00:38 +03:00
Hugo
e2a8a7a6a1 Update CHANGES.rst [CI skip] 2014-07-29 13:27:13 +03:00
Hugo
58c56e9aa4 Merge pull request #821 from wiredfool/pypy-performance
PyPy performance improvements
2014-07-29 13:12:54 +03:00
wiredfool
1a245a577b Mode F and I tests for Image.putdata 2014-07-28 22:09:52 -07:00
wiredfool
78d2618064 Image.point tests for Float LUT 2014-07-28 21:49:11 -07:00
wiredfool
bfb482dc66 Update CHANGES.rst [ci skip] 2014-07-28 21:26:39 -07:00
wiredfool
ce3814189e Merge pull request #822 from Feneric/master
MPO Read Support
2014-07-28 21:25:10 -07:00
hugovk
70528dd539 flake8 2014-07-28 19:00:06 +03:00
Eric W. Brown
c97d1a5601 Updates to MPO handler based on review.
Took out the explicit reference to the MPO Plug-in in Image as it’s now
indirectly referenced via the JPEG Plug-in. Removed the direct MPO
Plug-in registration as it’s now shared with the JPEG Plug-in.
Commented on assertion.
2014-07-28 11:14:38 -04:00