Commit Graph

  • 70ffdf5baa Merge f329fabaff into f4b81d6b7e Andrew Murray 2016-08-31 06:54:10 +0000
  • 059569b0be Merge 6b59c4a28d into f4b81d6b7e Andrew Murray 2016-08-31 06:53:57 +0000
  • 442a73afcc Merge e006dcc61e into f4b81d6b7e Andrew Karpushin 2016-08-31 06:53:26 +0000
  • dedb081203 Remove SF_MIRROR hugovk 2016-08-29 15:08:06 +0300
  • 99945b5287 flake8 hugovk 2016-08-29 15:06:48 +0300
  • 5a0104f64d Extract libs from pillow-depends hugovk 2016-08-29 14:53:48 +0300
  • f4b81d6b7e Merge pull request #2094 from python-pillow/remove-dupe-import Hugo 2016-08-29 14:06:08 +0300
  • ad3aa0c196 Unix EOL (no other changes) hugovk 2016-08-29 13:48:59 +0300
  • ad9fddbcbc Remove duplicate import Hugo 2016-08-29 12:57:12 +0300
  • 25e61d508b Update CHANGES.rst [CI skip] Hugo 2016-08-29 12:51:19 +0300
  • 03db2263e3 Merge pull request #2092 from wiredfool/bigendian-fixes Hugo 2016-08-29 12:50:33 +0300
  • d5a99bf685 Merge branch 'master' of https://github.com/python-pillow/Pillow into jpegdpi Arjen Nienhuis 2016-08-27 18:50:46 +0200
  • 2be760ca79 Add support for BC7 to DdsImagePlugin Robert Nix 2016-08-26 02:26:03 -0500
  • b46804ea27 Add support for DXT3 to DdsImagePlugin Robert Nix 2016-08-25 20:12:44 -0500
  • 18a91cebcf Move DDS decoders to C Robert Nix 2016-08-10 18:16:32 -0500
  • 93b894a5ab Merge 634740cad8 into 8846e99e84 masterfool 2016-08-25 23:02:31 +0000
  • 5b0a1a1c0d Moved tiff save / load of uint16 to test_file_tiff. Eric Soroos 2016-08-25 12:49:40 -0700
  • 8846e99e84 Updated Changes.rst [ci skip] wiredfool 2016-08-25 12:59:31 +0100
  • 39227ff33c Merge pull request #2091 from wiredfool/pr_2008 wiredfool 2016-08-25 12:58:36 +0100
  • e49043604c Merge f7d6e135fd into e0612ab14f Alexander Karpinsky 2016-08-25 11:43:35 +0000
  • e0612ab14f Fixed typo Andrew Murray 2016-08-25 21:43:31 +1000
  • 9bcb5e455a Updated Changes.rst [ci skip] wiredfool 2016-08-25 12:38:22 +0100
  • 35068e35d1 Merge pull request #2057 from arjennienhuis/RGBa wiredfool 2016-08-25 12:31:23 +0100
  • 0444b4935b Merge pull request #2061 from wiredfool/j2k-access wiredfool 2016-08-25 12:26:18 +0100
  • 581014e68d Updated Changes.rst [ci skip] wiredfool 2016-08-25 12:26:04 +0100
  • 5c0eb2c365 normalize coefficients in normalize_coeffs_8bpc increase precision of negative filter lobes. Add test homm 2016-07-03 02:09:39 +0300
  • 788810f313 ImagingPrecompute → precompute_coeffs homm 2016-07-03 02:06:54 +0300
  • 7d3db1f02a truncate zero coefficients homm 2016-07-02 18:24:08 +0300
  • 62388199fa use lookups table instead of two conditions for each channel homm 2016-07-02 18:13:56 +0300
  • b77adf4692 Merge pull request #2090 from wiredfool/pr_2083 wiredfool 2016-08-25 11:57:57 +0100
  • 21209769bd More specific test wiredfool 2016-08-25 03:55:50 -0700
  • e980ca7896 Merge pull request #2010 from uploadcare/jpeg-raise-on-alpha wiredfool 2016-08-25 11:41:49 +0100
  • 5d2667efda Merge pull request #2022 from uploadcare/rotation-pixel-center wiredfool 2016-08-25 11:40:09 +0100
  • 777f75659e Merge pull request #2056 from polarise/master wiredfool 2016-08-25 11:33:33 +0100
  • 9cd131c8bb Merge pull request #2058 from matthew-brett/fix-numpy-bit-conversion wiredfool 2016-08-25 11:28:08 +0100
  • 30abb42c27 More specific version of pr #2083 wiredfool 2016-08-25 03:22:20 -0700
  • afb4124562 Merge pull request #2075 from manoj-makkuboy/install-instruction-Fedora-Python3 Hugo 2016-08-25 09:02:02 +0300
  • b568220ae4 Update Image.py thodnev 2016-08-25 03:14:42 +0300
  • 651432b723 Changed Image.thumbnail method's size calculation thodnev 2016-08-25 02:59:20 +0300
  • b94d323776 Updated lcms2 to 2.8 Andrew Murray 2016-08-22 21:53:08 +1000
  • 1165f0f7fc Merge pull request #2086 from radarhere/master Hugo 2016-08-21 10:40:21 +0300
  • 8d0aa5e404 Merge branch '3.3.x' Andrew Murray 2016-08-21 13:25:15 +1000
  • f10c0d9eb9 Update .travis.yml wiredfool 2016-08-18 15:05:45 +0100
  • ec44ed09b1 Pillow 3.3.1 wiredfool 2016-08-18 05:56:30 -0700
  • 824a0c232c BF: fix conversion of bit images to numpy arrays Matthew Brett 2016-08-07 15:25:43 -0700
  • 67eb7a3dc2 Ignore PyPy numpy errors Arjen Nienhuis 2016-08-17 23:25:52 +0200
  • aab33141f3 3.3.1 Release Version bump 3.3.1 wiredfool 2016-08-17 21:33:33 +0100
  • 57addf02b6 fix image loading when rotating by 0 deg homm 2016-08-05 19:20:02 +0300
  • 9fb400ac42 BUG: fix C90 compilation error for new Tk method Matthew Brett 2016-07-17 17:58:53 +0000
  • dcc5977dd9 Allow float dpi for JPEG Arjen Nienhuis 2016-08-17 01:33:35 +0200
  • e006dcc61e added tests for dxt3 compression format Andrew Karpushin 2016-08-16 19:47:38 +0300
  • 634740cad8 Round TIFF DPI nathanf 2016-08-16 09:28:08 -0700
  • 8f8061b774 added dds dxt3 format support Andrew Karpushin 2016-08-16 19:26:50 +0300
  • 9e5650914c Store TIFF DPI as integer nathanf 2016-08-15 17:49:16 -0700
  • f12febf3a9 Merge pull request #2073 from radarhere/typos Alexander Karpinsky 2016-08-15 13:58:19 +0300
  • 4ab18e2b50 Installation instructions on Fedora Python3 Manoj Mohan 2016-08-15 08:12:47 +0530
  • aad079a669 Fixed typos Andrew Murray 2016-08-14 16:44:56 +1000
  • 5f31fe8b38 Merge pull request #2072 from radarhere/typos Hugo 2016-08-13 11:23:36 +0300
  • 61972f03ec Fixed typos [ci skip] Andrew Murray 2016-08-13 12:32:13 +1000
  • c016a12556 Fix PyArg_ParseTuple format in getink() Arjen Nienhuis 2016-08-12 06:49:02 +0200
  • 193c756139 return implicit RGBA to JPEG save, raise warning homm 2016-08-09 03:11:35 +0300
  • cf27e03dcd Added return for J2k (and fpx) Load to return a pixel access object wiredfool 2016-08-08 07:36:34 -0700
  • 25804cc8c7 Add another TIFF file that triggers "ValueError: seek of closed file" bug Dmitry Bely 2016-08-08 09:35:23 +0300
  • 299713313a Fixed whitespace issue Arjen Nienhuis 2016-08-08 00:09:55 +0200
  • 28ede3a327 Merged BGRa test into Tests/test_lib_pack.py Arjen Nienhuis 2016-08-08 00:07:08 +0200
  • 916ea94052 Add packing from RGBA to BGRa Arjen Nienhuis 2016-08-07 15:34:45 +0200
  • 124e42ade3 Improved error message for missing packer Arjen Nienhuis 2016-08-07 02:17:16 +0200
  • 5a8ecc6d60 Update image-file-formats.rst Paul Korir 2016-08-07 12:31:56 +0100
  • 608a7776b2 Table of contents Paul Korir 2016-08-07 12:31:09 +0100
  • 1b54e01736 Revert "temporary disable PCX P mode test due to errors in codec" homm 2016-08-07 13:48:01 +0300
  • 993e49c0be Merge branch 'master' into rotation-pixel-center homm 2016-08-07 13:47:16 +0300
  • fb73e3ce1d Merge 2ecbcce415 into a08514d7ba Alexander Karpinsky 2016-08-07 10:35:55 +0000
  • 2ecbcce415 add unpacking from BRGa Arjen Nienhuis 2016-08-06 10:54:58 +0200
  • a6661a9a46 Add tests for BGRa Arjen Nienhuis 2016-08-07 02:22:06 +0200
  • 7fb0aaad6a Add pixel access for BGRa Arjen Nienhuis 2016-08-07 02:21:22 +0200
  • 536342c17c Add packing from BGRa to RGBa Arjen Nienhuis 2016-08-07 02:20:31 +0200
  • 400f72cffe Improved error message for missing packer Arjen Nienhuis 2016-08-07 02:17:16 +0200
  • a08514d7ba Update CHANGES.rst [ci skip] wiredfool 2016-08-06 22:57:02 +0100
  • 370d3f8c13 Merge pull request #2033 from matthew-brett/fix-iso-c90-tk-error wiredfool 2016-08-06 22:56:06 +0100
  • ccba5572dc Update CHANGES.rst [ci skip] wiredfool 2016-08-06 22:30:02 +0100
  • ffa18c8efd Merge pull request #2011 from vlmath/master wiredfool 2016-08-06 22:19:50 +0100
  • 879f864cd1 Merge pull request #2050 from hugovk/flake8 wiredfool 2016-08-06 22:13:41 +0100
  • f6e71fd5c3 Merge pull request #2035 from radarhere/freetype wiredfool 2016-08-06 22:11:02 +0100
  • 0a8385f5e0 Merge pull request #2041 from uploadcare/pcx-encoding wiredfool 2016-08-06 22:09:22 +0100
  • 7bfd2ca4c0 Merge pull request #2034 from uploadcare/release-notes-3.4 wiredfool 2016-08-06 22:07:37 +0100
  • 25b3775004 Merge pull request #2031 from techtonik/patch-1 wiredfool 2016-08-06 22:04:38 +0100
  • 3f2ce1f6b7 Merge pull request #2027 from techtonik/patch-2 wiredfool 2016-08-06 22:03:46 +0100
  • 8bcca98583 Updated redirect URL Andrew Murray 2016-08-06 19:36:09 +1000
  • 53eb33dd6d Add BGRa for compatibility with cairo Arjen Nienhuis 2016-08-06 10:54:58 +0200
  • bc2c933552 Merge pull request #2052 from uploadcare/rotate-loading Alexander Karpinsky 2016-08-05 19:35:06 +0300
  • 3185262e31 fix image loading when rotating by 0 deg homm 2016-08-05 19:20:02 +0300
  • 2c4a1209f4 flake8 hugovk 2016-08-04 09:40:12 +0300
  • 5642b5cf7a Merge pull request #41 from matthew-brett/recheck-multibuild Hugo 2016-08-03 11:47:18 +0300
  • e6eea5470a DOC: README to discourage additions to archives Matthew Brett 2016-08-02 14:48:13 -0700
  • a0ed8d5e41 Fix numpy / scipy version for Python 3.3 Matthew Brett 2016-08-02 13:51:52 -0700
  • 754b609628 RF: switch to using multibuild for OSX Matthew Brett 2016-07-31 13:09:20 -0700
  • 30dc185236 __next is not updated properly Dmitry Bely 2016-08-01 12:55:06 +0300
  • 467f6cfcbb rename test homm 2016-07-29 12:47:36 +0300
  • 4c1829c866 Testing webhook & service connectivity Alex Clark 2016-07-28 14:07:27 -0400
  • 87b20389d8 fix any errors homm 2016-07-28 05:30:27 +0300