Commit Graph

5884 Commits

Author SHA1 Message Date
wiredfool
5a33416c72 4.1.1 release notes 2017-04-29 18:26:28 +10:00
wiredfool
eae5f7ab2f Merge pull request #2497 from radarhere/platform
Updated Sierra tested Pillow version
2017-04-28 14:41:26 +01:00
Andrew Murray
cde8b89f73 Updated Sierra tested Pillow version [ci skip] 2017-04-28 19:26:49 +10:00
Andrew Murray
37b293f593 Flake8 fixes 2017-04-20 21:14:23 +10:00
Andrew Murray
17a111cba7 Removed unused variable 2017-04-20 21:09:23 +10:00
Andrew Murray
a34adc1bd0 Removed unnecessary brackets 2017-04-20 21:09:23 +10:00
wiredfool
272377097a Update CHANGES.rst [ci skip] 2017-04-20 11:46:26 +01:00
wiredfool
ff564aa0e0 Merge pull request #2493 from wiredfool/issue_2479
Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943
2017-04-20 11:45:15 +01:00
wiredfool
4e160cd981 Disable undef on pypy 2017-04-19 13:27:59 -07:00
wiredfool
c3717da45a Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943 2017-04-19 12:56:13 -07:00
wiredfool
17f799ed16 Merge pull request #2484 from hugovk/exif-resolution-as-int
Fix for file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple
2017-04-19 12:10:44 +01:00
wiredfool
71056d339a Update CHANGES.rst [ci skip] 2017-04-19 12:10:37 +01:00
wiredfool
591a06eac9 Updated Changes.rst [ci skip] 2017-04-19 11:55:22 +01:00
wiredfool
df616d2b16 Merge pull request #2471 from radarhere/crop
Return copy on Image crop if crop dimensions match the image
2017-04-19 11:46:07 +01:00
wiredfool
8397ee3339 Updated Changes.rst [ci skip] 2017-04-19 11:38:42 +01:00
wiredfool
bee6c2c800 Merge pull request #2466 from hugovk/run-faster-dockers-last
Run faster Dockers last so slower jobs don't hold up the build
2017-04-19 11:36:14 +01:00
wiredfool
12633a7792 Merge pull request #2464 from hugovk/appveyor-pillow-depends-clone
Speed up AppVeyor build
2017-04-19 11:36:00 +01:00
wiredfool
2ac4f79e8c 4.2.0.pre0 version bump 2017-04-19 03:02:45 -07:00
Alex Clark
e4faa1069a Merge pull request #2487 from python-pillow/remove-broken-badge
Remove broken downloads badge
2017-04-12 17:01:00 -04:00
Hugo
45cbd25664 Remove broken downloads badge
Let's remove the downloads badge as it's broken and showing 0 downloads/month.

See also https://github.com/python-pillow/Pillow/issues/2396 and https://github.com/badges/shields/issues/716.

[CI skip]
2017-04-12 22:41:39 +03:00
Hugo
8b06fa9a21 Fix for file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple 2017-04-11 14:07:31 +03:00
Hugo
a4bfe1a1d5 Test file with DPI in EXIF but not metadata, and XResolution is an int rather than tuple 2017-04-11 13:53:01 +03:00
Hugo
b2933dc1c4 Image from Simon Conseil with permission: https://github.com/python-pillow/Pillow/issues/2481#issuecomment-293215833 2017-04-11 13:45:48 +03:00
Hugo
ecf50e37a1 Merge pull request #2477 from thebjorn/patch-1
Add missing colon in :command:`...`
2017-04-05 09:14:22 +03:00
Bjorn
c7b7f5aa69 Add missing colon in :command:... 2017-04-04 23:10:22 +02:00
wiredfool
38eff74004 4.1.0 version bump 2017-04-04 11:10:22 -07:00
wiredfool
a3164dc349 Merge pull request #2474 from python-pillow/docs-typos
Docs typos
2017-04-04 09:50:09 +01:00
wiredfool
890af53428 Still old version 2017-04-04 09:49:58 +01:00
wiredfool
9207d71f30 Merge pull request #2475 from wiredfool/pr_2032
Added non-exclusive fd for test for #2330
2017-04-04 09:14:19 +01:00
wiredfool
f95c158933 added non-exclusive fd for test 2017-04-04 00:27:20 -07:00
Hugo
8aecfeea65 Typos
[CI skip]
2017-04-04 09:38:00 +03:00
Hugo
4a908271af Escape asterisk, update name
[CI skip]
2017-04-04 08:55:36 +03:00
wiredfool
fa237bdcb3 Merge pull request #2473 from wiredfool/release-notes
Release notes/Docs 4.1.0
2017-04-03 23:34:50 +01:00
wiredfool
ca76dfd2f2 Update CHANGES.rst [ci skip] 2017-04-03 23:33:18 +01:00
wiredfool
0834e9491e Merge pull request #2330 from wiredfool/pr_2032
Close files after loading when possible.
2017-04-03 23:32:06 +01:00
wiredfool
bfa80cd3b3 Merge pull request #2296 from wiredfool/issue_2268
Fix Access to be reloadable -- Issue #2268
2017-04-03 23:30:25 +01:00
Hugo
53df62647a DPI is a tuple (#2472)
* DPI is a tuple

* Some EXIF only contains an X resolution for DPI

* Refactor

* Test with no DPI in EXIF

* Handle EXIF with no DPI

* Created with: exiftool "-*resolution*"= photoshop-200dpi.jpg

* Test when not in EXIF, DPI==72,72

* Use X resolution for Y, default to 72,72 dpi

* Created with: exiftool -exif:ResolutionUnit=cm photoshop-200dpi.jpg

* Test for EXIF with dpcm instead of dpi

* Convert dpcm to dpi, and default to inches if unit unknown
2017-04-03 23:28:33 +01:00
wiredfool
275d2fa3cc compatibility matrix split 2017-04-03 13:54:37 -07:00
wiredfool
2030bf76f6 New Image methods 2017-04-03 13:21:50 -07:00
wiredfool
14ae66f63d Release notes for 4.1.0 2017-04-03 13:21:32 -07:00
wiredfool
fe0a33173b Give up on appveyor for now, disable test 2017-04-03 11:47:20 -07:00
wiredfool
1c7e8a18d5 fix for appveyor environment? 2017-04-03 11:23:21 -07:00
wiredfool
06b61f4e5b close the mmap when closing the image #2194 2017-04-03 08:06:59 -07:00
wiredfool
db338ca19a open file check for windows, on jpeg where we don't mmap the file 2017-04-03 08:06:59 -07:00
wiredfool
86c1704646 add _close_exclusive_fp_after_load flag 2017-04-03 08:06:58 -07:00
Andrew Murray
8cd70e74cc Set executable flag on scripts with shebang line 2017-03-31 19:43:19 +11:00
Andrew Murray
4dd7b94338 Return copy on Image crop if crop dimensions match Image dimensions 2017-03-31 13:02:56 +11:00
wiredfool
2152b26515 Update CHANGES.rst [ci skip] 2017-03-29 21:31:34 +01:00
wiredfool
977f319234 Merge pull request #2449 from hugovk/dpi-from-exif
If DPI isn't in JPEG header, fetch from EXIF
2017-03-29 21:24:46 +01:00
wiredfool
6ee13c6d7c Merge pull request #2468 from radarhere/winbuild
Removed winbuild checksum verification
2017-03-29 21:23:09 +01:00