Commit Graph

  • 1d2da77055 Updated libwebp to 0.5.1 Andrew Murray 2016-07-15 19:53:25 +1000
  • 7bfb2527bb Expose Pillow package version as PIL.__version__ anatoly techtonik 2016-07-15 11:00:55 +0300
  • f01c2a37da installation.rst: Windows console prompts are > anatoly techtonik 2016-07-15 10:51:00 +0300
  • 7a4847f457 all literals are bytes homm 2016-07-12 21:53:30 +0300
  • 107307dfc9 do not use as_dict anywhere in tests except tests for as_dict warnings homm 2016-07-12 19:23:44 +0300
  • c2b4ff5fa4 skip empty values in ImageFileDirectory homm 2016-07-12 18:09:02 +0300
  • 8355a34c14 patch : image copy Marco De Donno 2016-07-11 12:18:07 +0200
  • 37841dbaeb Merge pull request #2012 from uploadcare/endless-files Alexander Karpinsky 2016-07-11 14:15:02 +0400
  • 47ebf695ac Patch : Change from self to image Marco De Donno 2016-07-11 12:00:44 +0200
  • 3df1137c3a Merge pull request #2018 from wiredfool/doc-warnings wiredfool 2016-07-11 10:49:11 +0200
  • afff487084 temporary disable PCX P mode test due to errors in codec homm 2016-07-11 05:25:47 +0300
  • 2221a6467c fix test which relied on old bugs homm 2016-07-11 01:47:25 +0300
  • 5b8c8aa389 improve resize test homm 2016-07-11 00:47:58 +0300
  • 1321713688 repeat all affine tests with PERSPECTIVE homm 2016-07-11 00:26:12 +0300
  • ad3f7238d2 add translate tests homm 2016-07-10 21:47:59 +0300
  • ac747d2290 resize transform tests homm 2016-07-10 16:07:31 +0300
  • 2522101ed7 tests for 90 degree transformation homm 2016-07-10 14:59:36 +0300
  • 5232361718 fix errors with pixel center coordinates homm 2016-06-23 14:24:31 +0300
  • 1ba4e9e5ba remove end of file banner from all files homm 2016-07-04 02:50:05 +0300
  • 4485eb1384 Merge pull request #38 from radarhere/freetype Alex Clark 2016-07-09 09:02:23 -0400
  • 781f023e4b Merge 8e1d4b6f5b into 5ece454d1f Andrew Murray 2016-07-09 01:13:27 +0000
  • 8e1d4b6f5b Updated freetype to 2.6.4 Andrew Murray 2016-07-09 11:12:58 +1000
  • 56a737cb56 Updated freetype to 2.6.4 Andrew Murray 2016-07-09 11:08:38 +1000
  • cc50204e03 Fix documentation warnings, convert params to correct format wiredfool 2016-07-08 11:36:49 +0100
  • 5ece454d1f Merge pull request #2016 from radarhere/osx Hugo 2016-07-06 15:08:45 +0300
  • 4166863590 Updated El Capitan tested Pillow version [ci skip] Andrew Murray 2016-07-06 21:54:50 +1000
  • f19c52b5d5 Code style update Marco De Donno 2016-07-06 10:21:00 +0200
  • 7d8fea012b Code style update Marco De Donno 2016-07-06 01:32:16 +0200
  • 4d51a410d8 Add the test for factor = 1 and -1 Marco De Donno 2016-07-05 20:46:47 +0200
  • 7af3c4c3bc Add test for the ImageOps.scale function Marco De Donno 2016-07-05 20:15:14 +0200
  • 9abdde1bb2 Updated Changes.rst [ci skip] wiredfool 2016-07-05 12:29:10 +0100
  • e8c123c833 Merge pull request #1959 from uploadcare/new-filters wiredfool 2016-07-05 12:25:57 +0100
  • 5514df3ed1 Merge pull request #2009 from uploadcare/fix-cffi-tests wiredfool 2016-07-05 12:24:56 +0100
  • c0eb87cac3 Move the scale function from Image to ImageOps Marco De Donno 2016-07-05 01:32:06 +0200
  • af75f7ab40 test for reference counting homm 2016-07-04 13:42:45 +0300
  • 99e5e65d68 docs: Add documentation for hacking on Pillow Mitchel Humpherys 2016-07-03 17:33:07 -0700
  • ea00713099 Add a scale function to expand or contract a PIL image by a factor factorpassed in argument. Marco De Donno 2016-07-03 21:38:36 +0200
  • c1da18e0ad do not allow to save images discarding alpha channel homm 2016-07-03 05:40:34 +0300
  • f7d6e135fd work around bug in PyAccess module and PyAccess tests homm 2016-07-03 05:10:54 +0300
  • cedaaad1cf keep pointer to im object to prevent dereferencing homm 2016-07-03 05:03:25 +0300
  • c36c5fcf0f fix access tests: clean up global variable Image.USE_CFFI_ACCESS after tests do not run tests twice via test_put and test_get homm 2016-07-03 04:33:14 +0300
  • a1a9d7e760 normalize coefficients in normalize_coeffs_8bpc increase precision of negative filter lobes. Add test homm 2016-07-03 02:09:39 +0300
  • 9865024a27 ImagingPrecompute → precompute_coeffs homm 2016-07-03 02:06:54 +0300
  • 39a46ca4f3 truncate zero coefficients homm 2016-07-02 18:24:08 +0300
  • 36362c0723 use lookups table instead of two conditions for each channel homm 2016-07-02 18:13:56 +0300
  • 41f03a05e5 add filters to concepts homm 2016-06-17 00:03:25 +0300
  • 66715246c1 remove mitchell filter. Has no advantages over bicubic homm 2016-06-16 23:23:03 +0300
  • a67e5453d5 add tests, fix errors ) homm 2016-06-16 21:57:02 +0300
  • c3d702538d add BOX, HAMMING, MITCHELL filters to resample.c homm 2016-06-16 21:12:36 +0300
  • 0e9beed76d add constants for filters: BOX, HAMMING, MITCHELL rearrange filters everywhere homm 2016-06-16 20:04:20 +0300
  • 45f65846db Correct ValueError Quentin Peter 2016-07-01 17:41:18 +0100
  • 2023c7cea1 Version 3.4.0.pre version bump wiredfool 2016-07-01 07:20:31 -0700
  • 10c33dfab9 3.3.0 build wiredfool 2016-07-01 06:12:28 -0700
  • 4f4c982229 3.3.0 Release Version Bump 3.3.0 wiredfool 2016-07-01 05:57:19 -0700
  • c915f251e3 Merge pull request #2004 from python-pillow/radarhere-patch-1 Hugo 2016-07-01 15:11:02 +0300
  • c212246b1e Merge pull request #2002 from radarhere/whitespace Alexander Karpinsky 2016-07-01 16:06:25 +0400
  • ebf2121338 Removed trailing whitespace Andrew Murray 2016-07-01 21:27:01 +1000
  • 80aa54df4f Fixed typo Andrew Murray 2016-07-01 21:53:44 +1000
  • b69596a13d Fixed typos [ci skip] Andrew Murray 2016-07-01 21:49:44 +1000
  • 8274c878a4 Fixed typos [ci skip] Andrew Murray 2016-07-01 21:42:36 +1000
  • 64d0bc8bb5 Fixed typo [ci skip] Andrew Murray 2016-07-01 21:17:51 +1000
  • c6aff1d320 Merge pull request #2001 from cgohlke/patch-1 wiredfool 2016-06-30 22:58:12 +0100
  • 525ba37722 Fix msvc9/10 compile error Christoph Gohlke 2016-06-30 14:04:53 -0700
  • 54998fc7e8 Merge pull request #2000 from wiredfool/pr_1961 wiredfool 2016-06-30 20:27:30 +0100
  • d553a9d603 Merge pull request #1996 from uploadcare/test-for-1986 wiredfool 2016-06-30 20:16:54 +0100
  • 5e5bda95e0 Removed trailing whitespace Andrew Murray 2016-06-17 20:03:21 +1000
  • cce7ad8c00 Merge pull request #36 from matthew-brett/refactor-to-multibuild wiredfool 2016-06-30 18:50:47 +0100
  • 1656b47d64 Updated Changes.rst [ci skip] wiredfool 2016-06-30 17:11:38 +0100
  • 9ead78cf79 Merge pull request #1998 from wiredfool/tifftags wiredfool 2016-06-30 17:10:47 +0100
  • 46a2440826 Fixed enums for Resolution Unit and Predictor wiredfool 2016-06-30 08:31:36 -0700
  • 748d79e870 Remove allow_failures for 32-bit builds Matthew Brett 2016-06-30 15:45:21 +0100
  • 4c67545096 Updated Changes.rst [ci skip] wiredfool 2016-06-30 15:38:25 +0100
  • 9143bba0de Updated Changes.rst [ci skip] wiredfool 2016-06-30 15:36:40 +0100
  • 6c5cf14596 Merge pull request #1995 from wiredfool/move_j2k_check wiredfool 2016-06-30 15:35:42 +0100
  • 3cb13f99cf rename large memory tests to remove test from name wiredfool 2016-06-30 07:30:38 -0700
  • 2f0afed154 Updated Changes.rst [ci skip] wiredfool 2016-06-30 15:25:51 +0100
  • a678d2adc6 Updated Changes.rst [ci skip] wiredfool 2016-06-30 15:25:29 +0100
  • 872fd0652e Merge pull request #1846 from wiredfool/pr_1826 wiredfool 2016-06-30 15:23:24 +0100
  • da04d32a5b Merge pull request #1997 from wiredfool/32bit_test_precision wiredfool 2016-06-30 15:06:04 +0100
  • 9c3bd46b36 improve test: compare all pixels, do not take color into account homm 2016-06-30 16:59:04 +0300
  • 92660a1a05 Merge pull request #1986 from didrix/fix-1979-p2la Alexander Karpinsky 2016-06-30 17:43:53 +0400
  • c057c4238e Fix 2 more failing tests on 32 bit due to float precision wiredfool 2016-06-30 06:38:31 -0700
  • 5b13c38dd8 move overflow test to check, it is a DOS on 32bit machines wiredfool 2016-06-30 06:28:29 -0700
  • 639bdd3c02 Merge pull request #1991 from kkopachev/png-crc-error-ignore Alexander Karpinsky 2016-06-30 17:25:04 +0400
  • 6393558b83 Add back openjpg for OSX Matthew Brett 2016-06-30 13:56:27 +0100
  • 0a04054fa3 Try building with newest multibuild Matthew Brett 2016-06-24 11:30:12 -0700
  • f54c60c162 Update CHANGES.rst wiredfool 2016-06-30 13:46:04 +0100
  • a47ca1b838 Merge pull request #1994 from wiredfool/osx_install wiredfool 2016-06-30 13:43:06 +0100
  • 8934581fac Merge pull request #1993 from uploadcare/filters-comparison-table wiredfool 2016-06-30 13:41:49 +0100
  • d9699c4ba0 Clarified OSX build instructions, fixes #1980 wiredfool 2016-06-30 05:38:59 -0700
  • fc448ddbdf Filters comparison table homm 2016-06-30 15:21:45 +0300
  • 4414d58334 Updated Changes.rst [ci skip] wiredfool 2016-06-30 12:32:07 +0100
  • a5dde79068 Merge pull request #1934 from wiredfool/incremental_removal wiredfool 2016-06-30 12:28:10 +0100
  • bc57e08177 Merge pull request #1992 from uploadcare/resize-rotation-release-notes wiredfool 2016-06-30 12:24:08 +0100
  • 291c00c58a Merge pull request #1954 from uploadcare/skip-resampling-passes wiredfool 2016-06-30 12:23:07 +0100
  • 8a0c589c29 release notes for resize and rotation homm 2016-06-30 03:38:18 +0300
  • 5f2fe6083c
    CR feedback: don't use lambda Konstantin Kopachev 2016-06-29 17:29:55 -0700
  • f6c85a1c19 Update CHANGES.rst [ci skip] wiredfool 2016-06-29 23:08:34 +0100
  • 31521dc64f Merge pull request #1832 from radarhere/imagepalette wiredfool 2016-06-29 22:50:39 +0100
  • a3166ded36 Update CHANGES.rst [ci skip] wiredfool 2016-06-29 22:45:14 +0100