Commit Graph

5249 Commits

Author SHA1 Message Date
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
hugovk
5a0104f64d Extract libs from pillow-depends 2016-08-29 14:53:48 +03:00
Hugo
f4b81d6b7e Merge pull request #2094 from python-pillow/remove-dupe-import
Remove duplicate import
2016-08-29 14:06:08 +03:00
hugovk
ad3aa0c196 Unix EOL (no other changes) 2016-08-29 13:48:59 +03:00
Hugo
ad9fddbcbc Remove duplicate import 2016-08-29 12:57:12 +03:00
Hugo
25e61d508b Update CHANGES.rst [CI skip] 2016-08-29 12:51:19 +03:00
Hugo
03db2263e3 Merge pull request #2092 from wiredfool/bigendian-fixes
Test fix for bigendian machines
2016-08-29 12:50:33 +03:00
Robert Nix
2be760ca79 Add support for BC7 to DdsImagePlugin 2016-08-26 02:26:03 -05:00
Robert Nix
b46804ea27 Add support for DXT3 to DdsImagePlugin 2016-08-25 20:12:44 -05:00
Robert Nix
18a91cebcf Move DDS decoders to C
- Fixed inaccurate BC1/BC3 texture decoding
2016-08-25 19:27:48 -05:00
Eric Soroos
5b0a1a1c0d Moved tiff save / load of uint16 to test_file_tiff.
Saving a numpy generated image as a tiff will save in native endian, and comparing it to a
little endian tiff will fail on bigendian machines.
2016-08-25 12:49:40 -07:00
wiredfool
8846e99e84 Updated Changes.rst [ci skip] 2016-08-25 12:59:31 +01:00
wiredfool
39227ff33c Merge pull request #2091 from wiredfool/pr_2008
Resampling lookups, trailing empty coefficients, precision
2016-08-25 12:58:36 +01:00
Andrew Murray
e0612ab14f Fixed typo 2016-08-25 21:43:31 +10:00
wiredfool
9bcb5e455a Updated Changes.rst [ci skip] 2016-08-25 12:38:22 +01:00
wiredfool
35068e35d1 Merge pull request #2057 from arjennienhuis/RGBa
Add (un)packing between RGBA and BGRa
2016-08-25 12:31:23 +01:00
wiredfool
0444b4935b Merge pull request #2061 from wiredfool/j2k-access
Added return for J2k (and fpx) Load to return a pixel access object
2016-08-25 12:26:18 +01:00
wiredfool
581014e68d Updated Changes.rst [ci skip] 2016-08-25 12:26:04 +01:00
homm
5c0eb2c365 normalize coefficients in normalize_coeffs_8bpc
increase precision of negative filter lobes. Add test
2016-08-25 04:11:02 -07:00