Commit Graph

5062 Commits

Author SHA1 Message Date
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
Hugo
f4b81d6b7e Merge pull request #2094 from python-pillow/remove-dupe-import
Remove duplicate import
2016-08-29 14:06:08 +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
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
homm
788810f313 ImagingPrecompute → precompute_coeffs 2016-08-25 04:11:02 -07:00
homm
7d3db1f02a truncate zero coefficients 2016-08-25 04:11:02 -07:00
homm
62388199fa use lookups table instead of two conditions for each channel 2016-08-25 04:11:02 -07:00
wiredfool
b77adf4692 Merge pull request #2090 from wiredfool/pr_2083
Skip failing numpy tests on Pypy <= 5.3.1
2016-08-25 11:57:57 +01:00
wiredfool
21209769bd More specific test 2016-08-25 03:55:50 -07:00
wiredfool
e980ca7896 Merge pull request #2010 from uploadcare/jpeg-raise-on-alpha
Show warning when trying to save RGBA image as JPEG
2016-08-25 11:41:49 +01:00
wiredfool
5d2667efda Merge pull request #2022 from uploadcare/rotation-pixel-center
Respect pixel centers during transform
2016-08-25 11:40:09 +01:00
wiredfool
777f75659e Merge pull request #2056 from polarise/master
TOC of supported file formats
2016-08-25 11:33:33 +01:00
wiredfool
9cd131c8bb Merge pull request #2058 from matthew-brett/fix-numpy-bit-conversion
BF: fix conversion of bit images to numpy arrays
2016-08-25 11:28:08 +01:00
wiredfool
30abb42c27 More specific version of pr #2083 2016-08-25 03:22:20 -07:00
Hugo
afb4124562 Merge pull request #2075 from manoj-makkuboy/install-instruction-Fedora-Python3
Installation instructions on Fedora Python3
2016-08-25 09:02:02 +03:00
Hugo
1165f0f7fc Merge pull request #2086 from radarhere/master
Merge 3.3.1
2016-08-21 10:40:21 +03:00
Andrew Murray
8d0aa5e404 Merge branch '3.3.x' 2016-08-21 13:25:15 +10:00
Matthew Brett
824a0c232c BF: fix conversion of bit images to numpy arrays
Numpy cannot form arrays from bits.  To convert bit images to numpy,
convert bits to bytes.

From suggestion by Alexander Karpinsky, with thanks.

Fixes gh-350.
2016-08-17 18:47:14 -07:00
Arjen Nienhuis
67eb7a3dc2 Ignore PyPy numpy errors 2016-08-17 23:25:52 +02:00
wiredfool
aab33141f3 3.3.1 Release Version bump 2016-08-17 21:35:58 +01:00
homm
57addf02b6 fix image loading when rotating by 0 deg 2016-08-17 21:25:57 +01:00
Matthew Brett
9fb400ac42 BUG: fix C90 compilation error for new Tk method
New Tk code that picks up libraries at run-time causes complaints and errors;
fix.

See: https://github.com/python-pillow/Pillow/issues/2017
2016-08-17 21:24:47 +01:00
Alexander Karpinsky
f12febf3a9 Merge pull request #2073 from radarhere/typos
Fixed typos
2016-08-15 13:58:19 +03:00
Manoj Mohan
4ab18e2b50 Installation instructions on Fedora Python3
Added installations instructions of Pillow on Fedora Python3
2016-08-15 08:12:47 +05:30
Andrew Murray
aad079a669 Fixed typos 2016-08-14 16:44:56 +10:00
Hugo
5f31fe8b38 Merge pull request #2072 from radarhere/typos
Fixed typos
2016-08-13 11:23:36 +03:00
Andrew Murray
61972f03ec Fixed typos [ci skip] 2016-08-13 12:32:13 +10:00
homm
193c756139 return implicit RGBA to JPEG save, raise warning 2016-08-09 03:11:35 +03:00
wiredfool
cf27e03dcd Added return for J2k (and fpx) Load to return a pixel access object 2016-08-08 07:36:34 -07:00
Arjen Nienhuis
299713313a Fixed whitespace issue 2016-08-08 00:09:55 +02:00
Arjen Nienhuis
28ede3a327 Merged BGRa test into Tests/test_lib_pack.py 2016-08-08 00:07:08 +02:00
Arjen Nienhuis
916ea94052 Add packing from RGBA to BGRa 2016-08-07 15:34:45 +02:00
Arjen Nienhuis
124e42ade3 Improved error message for missing packer
It's not that the raw mode does not exist.
There is just no direct conversion.
2016-08-07 14:32:11 +02:00
Paul Korir
5a8ecc6d60 Update image-file-formats.rst 2016-08-07 12:31:56 +01:00
Paul Korir
608a7776b2 Table of contents
Added a table of contents of the available support file formats
2016-08-07 12:31:09 +01:00
homm
1b54e01736 Revert "temporary disable PCX P mode test due to errors in codec"
This reverts commit afff487084.
2016-08-07 13:48:01 +03:00