Commit Graph

5267 Commits

Author SHA1 Message Date
wiredfool
ac9f0403d9 Merge pull request #2126 from radarhere/docs
Added release notes and improved documentation for append_images
2016-09-23 15:27:18 +01:00
Andrew Murray
ba0e26ae84 Removed outdated comment 2016-09-24 00:18:31 +10:00
Andrew Murray
9a54442303 Added release notes and improved documentation for append_images [ci skip] 2016-09-23 22:00:31 +10:00
Andrew Murray
b58f76dc4f Renamed references to OS X to macOS 2016-09-23 21:12:03 +10:00
Andrew Murray
de6158f5f1 Read value when checking for JPEG progressive key 2016-09-23 20:32:21 +10:00
wiredfool
e5fd6d519e Updated Changes.rst [ci skip] 2016-09-22 11:01:42 +01:00
wiredfool
9415fb7e3c Merge pull request #2102 from radarhere/dpi
Convert DPI to ints when saving as JPEG
2016-09-22 11:00:41 +01:00
Andrew Murray
051a410859 Convert DPI to ints when saving as JPEG 2016-09-22 19:41:32 +10:00
wiredfool
50ab008c91 Updated Changes.rst [ci skip] 2016-09-22 10:22:06 +01:00
wiredfool
25797b2baa Merge pull request #2103 from radarhere/append_images
Added append_images parameter to GIF saving
2016-09-22 10:21:31 +01:00
wiredfool
4b6c728971 Updated Changes.rst [ci skip] 2016-09-22 10:13:02 +01:00
wiredfool
69ee1e35b8 Merge pull request #2015 from uploadcare/paste-speedup
Speedup paste with masks up to 80%
2016-09-22 10:10:56 +01:00
wiredfool
9c4c16df75 Merge pull request #2068 from Mischanix/dxtc
Move DDS decoders to C, add DXT3, BC7 Decoders
2016-09-22 10:04:23 +01:00
wiredfool
97ddacb29b Merge pull request #2070 from arjennienhuis/pyargparselonglong
Fix PyArg_ParseTuple format in getink()
2016-09-22 09:26:13 +01:00
wiredfool
8ed63793bf Merge pull request #2111 from anntzer/save-tiff-resolution-when-originally-missing-entry
Fix saving originally missing TIFF tags.
2016-09-22 09:20:56 +01:00
wiredfool
3c1254b4c9 Updated Issue Template [skip ci]
Note for frameworks
2016-09-22 09:02:32 +01:00
Hugo
d05da708dc Update CHANGES.rst [CI skip] 2016-09-20 17:55:00 +03:00
Hugo
bc354d10c2 Merge pull request #2110 from patricksnape/allow_pathlib_py2
Allow pathlib.Path in Image.open on Python 2.7
2016-09-20 17:54:11 +03:00
Hugo
49dc0c1f42 Update CHANGES.rst [CI skip] 2016-09-20 17:52:40 +03:00
Hugo
d13760a0cd Merge pull request #2121 from hugovk/b64decode
Use modern base64 interface over deprecated
2016-09-20 17:52:07 +03:00
Hugo
644ac4ed01 Update CHANGES.rst [CI skip] 2016-09-19 13:03:34 +03:00
Hugo
79fe70a71a Merge pull request #2114 from uploadcare/getrgb
ImageColor.getrgb hexadecimal RGBA
2016-09-19 13:02:53 +03:00
homm
f07c42f719 added more case insensitivity tests 2016-09-19 12:12:16 +03:00
Antony Lee
7e9c944caf Fix saving originally missing TIFF tags.
Don't incorrectly set the tag type to None if it was originally missing.
2016-09-19 00:31:17 -07:00
hugovk
40c6825fb1 Use modern base64 interface over deprecated 2016-09-19 08:08:34 +03:00
homm
cdd0624945 improve tests 2016-09-19 03:12:53 +03:00
homm
7faf18ccde better paste tests 2016-09-19 03:12:20 +03:00
homm
c90eecd8f3 paste test for different mask formats 2016-09-19 03:12:20 +03:00
homm
30a5f1a0d0 fix blend macros 2016-09-19 03:12:20 +03:00
homm
003a7523df speedup paste with masks 2016-09-19 03:12:20 +03:00
homm
08edf70321 paste.c formatting 2016-09-19 03:12:20 +03:00
homm
9453129a57 simpler colormap lookup 2016-09-17 12:38:45 +03:00
homm
859a75ba07 complete getrgb tests 2016-09-17 12:22:27 +03:00
homm
951143c936 #f0f0 and #ff00ff00 colors 2016-09-17 12:11:06 +03:00
Patrick Snape
e981c41b47 Allow pathlib.Path in Image.open on Python 2.7
Although the pathlib backport for Python 2.7 may be deprecated:
https://pypi.python.org/pypi/pathlib/
It is still used by many projects. Therefore, changing to a
Try/Except pattern for checking for pathlib is not any more
obtrusive that the current >= Python 3.4 check and allows users
to use the backport without issue.
2016-09-15 10:05:36 +01:00
hugovk
4ab97ac590 Reinstate URLs as minimal documentation for where files came from 2016-09-15 11:15:23 +03:00
Andrew Murray
b346ed36f1 Added append_images parameter to GIF saving 2016-09-11 12:04:01 +10:00
Andrew Murray
be7a191b6e Added local color table for subsequent GIF frames 2016-09-11 11:57:45 +10:00
Alex Clark
6e7553fb0f Merge pull request #2106 from python-pillow/security-email
Update security email address
2016-09-06 16:24:10 -04:00
Hugo
c954984599 Update security email address
Re: https://github.com/python-pillow/Pillow/issues/1713#issuecomment-204597429

[CI skip]
2016-09-06 21:10:22 +03:00
Hugo
9ea9d07633 Merge pull request #2101 from python-pillow/remove-duplicate-line
Remove duplicate line
2016-09-03 12:47:54 +03:00
Hugo
6009e867e8 Merge pull request #2100 from radarhere/flake8
Flake8 and whitespace fixes
2016-09-03 12:41:06 +03:00
Hugo
342475fc0a Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
Andrew Murray
572a3d970c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
Andrew Murray
00cb14afd7 Removed trailing whitespace 2016-09-03 12:19:04 +10:00
Andrew Murray
72d5218080 Flake8 fixes 2016-09-03 12:17:22 +10:00
Hugo
b9a05b8516 Merge pull request #2097 from radarhere/typos
Fixed typos
2016-08-31 14:17:40 +03:00
Andrew Murray
5c59603fcf Fixed typos 2016-08-31 20:12:07 +10:00
hugovk
dedb081203 Remove SF_MIRROR 2016-08-29 15:08:06 +03:00
hugovk
99945b5287 flake8 2016-08-29 15:06:48 +03:00