Commit Graph

  • bab068a337 Improve heuristic used when saving progressive and optimized JPEGs with high quality values. Joaquín Cuenca Abela 2014-01-27 20:27:03 +0100
  • 6de70524f7 108 and 124 bit header fields are a superset of the 64 bit header wiredfool 2014-01-26 20:43:21 -0800
  • ff417ceaac (supported) good bmps all pass wiredfool 2014-01-26 20:36:01 -0800
  • b3008a5386 good bmp tests, many failing for matching the images wiredfool 2014-01-23 21:06:58 -0800
  • 8324a9a3e0 Fix issue 447: Apparently some drivers only emit SANE_STATUS_EOF once, and SANE_STATUS_IO_ERROR after that. The code however assumed that the driver keeps emitting SANE_STATUS_EOF. This commit fixes this. Sandro Mani 2014-01-26 00:11:15 +0100
  • 6f79ee55eb good bmp tests, many failing for matching the images wiredfool 2014-01-23 21:06:58 -0800
  • 29c9e952b3 return value for assert_image_similar wiredfool 2014-01-23 21:06:33 -0800
  • 0d97ad0d8c Test Images wiredfool 2014-01-23 20:29:58 -0800
  • 046a226f34 Don't use gigs of memory with invalid palette sizes wiredfool 2014-01-23 20:11:05 -0800
  • 741aa700f8 Merge 278441d1d7 into e1489d7c76 Piotrek Szymański 2014-01-22 20:42:54 -0800
  • 7d76ae2d91 Test for #495, writing to bytesio wiredfool 2014-01-22 20:40:37 -0800
  • 15d6cc9f57 bmp test reorganization wiredfool 2014-01-22 20:40:02 -0800
  • 2405c16633 Merge 3c4c6d7c7d into e1489d7c76 lihan 2014-01-22 15:39:28 -0800
  • 3c4c6d7c7d Fixed a date in change log. lihan 2014-01-23 10:39:20 +1100
  • a549e77bd8 Fix hang by using temp file and command line args instead of stdin wiredfool 2014-01-21 23:18:24 -0800
  • 8ce2faa8c9 enable eps test in test_imagefile, test passes wiredfool 2014-01-21 23:17:47 -0800
  • 4446f05ac0 Fix saving EPS to open file objects on Python 2.x cgohlke 2014-01-11 15:04:01 -0800
  • 598bd02650 Tightened up the tests wiredfool 2014-01-21 20:50:54 -0800
  • 0492409def don't use bare asserts, don't mask file builtin with local wiredfool 2014-01-20 13:34:48 -0800
  • 473d36adb6 Merge e1e64904c7 into e1489d7c76 Bruno Renié 2014-01-20 13:19:34 -0800
  • e1489d7c76 Merge pull request #500 from wiredfool/webp_lossless_abi wiredfool 2014-01-20 13:18:30 -0800
  • 78a51237c5 tests for #491/492, webp lossless abi wiredfool 2014-01-20 13:05:30 -0800
  • ee3b346418 Merge branch 'fix-webp' of https://github.com/homm/Pillow into webp_lossless_abi wiredfool 2014-01-20 11:04:22 -0800
  • 04bc312b28 Merge 503da57b6e into 2cc2a8cd62 homm 2014-01-20 11:03:03 -0800
  • 2cc2a8cd62 Merge pull request #499 from wiredfool/webp_exif wiredfool 2014-01-20 11:03:02 -0800
  • 54a3dc417f Test for PR#498 wiredfool 2014-01-20 10:59:30 -0800
  • c8895fa7a4 Merge branch 'fix-typeerror' of https://github.com/homm/Pillow into webp_exif wiredfool 2014-01-20 10:46:33 -0800
  • 31f6b890d6 Merge 4ce2939b02 into 384675ad86 homm 2014-01-20 07:03:56 -0800
  • 4ce2939b02 JpegImagePlugin._getexif expects no exif key in info dict, not None homm 2014-01-20 19:00:46 +0400
  • e1e64904c7 Cleanup handling of ICC profile, more extensive testing Bruno Renié 2014-01-19 19:09:40 +0100
  • 384675ad86 Merge pull request #497 from zsiciarz/patch-1 wiredfool 2014-01-19 09:39:09 -0800
  • 92a150ab73 Fixed typos in the porting guide Zbigniew Siciarz 2014-01-19 17:52:21 +0100
  • 0348fcac51 Fix crash on save when icc_profile is None Bruno Renié 2014-01-19 16:40:39 +0100
  • d78f7e82ec Port some commented-out print() calls Martin Panter 2014-01-17 04:46:19 +0000
  • f4d081953b OleFileIO: Port to Python 3 Martin Panter 2014-01-17 04:44:58 +0000
  • 503da57b6e do not use loseless abi until it supported homm 2014-01-17 17:20:11 +0400
  • bb449f30ec Merge pull request #487 from homm/master wiredfool 2014-01-16 11:21:11 -0800
  • a6336e7ecc Removed empty line Marek Šuppa 2014-01-16 12:20:19 +0100
  • 0a256f9e56 fix UnboundLocalError: local variable 't' referenced before assignment homm 2014-01-15 16:55:10 +0400
  • c245c1102d platform test matrix updates wiredfool 2014-01-12 10:33:00 -0800
  • 8b7109d882 Fix saving EPS to open file objects on Python 2.x cgohlke 2014-01-11 15:04:01 -0800
  • 145883ef56 Merge pull request #481 from cgohlke/patch-3 Alex Clark ☺ 2014-01-11 13:27:42 -0800
  • 95d8c312b4 Fix failing Travis CI due to invalid YAML cgohlke 2014-01-11 13:19:46 -0800
  • dff6eee541 Merge pull request #480 from cgohlke/patch-2 Alex Clark ☺ 2014-01-11 12:33:06 -0800
  • 5f53d98b8e Add test for issue $479 cgohlke 2014-01-11 12:30:09 -0800
  • 8415b981a2 Merge pull request #478 from d-schmidt/patch-2 Alex Clark ☺ 2014-01-10 09:30:35 -0800
  • af11b908cf Update Image.py David Schmidt 2014-01-10 18:27:43 +0100
  • 9e069bfa54 I mode is native endian Eric Soroos 2014-01-09 05:44:18 +0000
  • 79a7fdc100 I32 modes, not that I can actually use the I;32L/B ones wiredfool 2014-01-08 21:18:38 -0800
  • bfdc599c28 F mode support wiredfool 2014-01-08 20:23:20 -0800
  • ead121d951 MAINT replace is False by not François Boulogne 2014-01-08 22:07:35 -0500
  • 07252a9433 Add history Alex Clark 2014-01-08 15:06:02 -0500
  • 6b53d0d007 MAINT: replace is True: by : François Boulogne 2014-01-08 08:43:01 -0500
  • 54a64ad59c Merge pull request #475 from manisandro/arches Alex Clark ☺ 2014-01-08 02:43:37 -0800
  • 04616ba9ea Add arch support for pcc64, s390, s390x, armv7l, aarch64 Sandro Mani 2014-01-08 11:38:53 +0100
  • 9f77651001 FIX: travis François Boulogne 2014-01-07 21:30:37 -0500
  • 980517587d MAINT: use is instead of == for True, False, None François Boulogne 2014-01-07 21:24:21 -0500
  • 923018dfeb MAINT: s/while 1:/while True:/ François Boulogne 2014-01-07 21:21:24 -0500
  • bed2e429dc Merge pull request #473 from wiredfool/ppc Alex Clark ☺ 2014-01-07 15:48:38 -0800
  • 547c668b30 PPC platform specific library files Eric Soroos 2014-01-07 23:34:15 +0000
  • f22b2bab24 Merge 7b86a74cd4 into bcfc06d6d0 Alexander Bohn / FI$H2k 2014-01-07 09:40:15 -0800
  • b6ad79d9f9 detailed tests for I;16 modes, merged from i16-pixelaccess branch wiredfool 2014-01-06 23:25:41 -0800
  • e87e0333fb Merge branch 'i16-pixelaccess' into cffi-pixelaccess wiredfool 2014-01-06 23:22:35 -0800
  • 84e2cf6eda I;16 modes wiredfool 2014-01-06 23:15:00 -0800
  • 5dfadf623b LA, PA image modes wiredfool 2014-01-06 22:51:31 -0800
  • 121b51aebc trying to bust up the JIT a bit wiredfool 2014-01-06 22:09:00 -0800
  • 8a69f6caa0 use cffi by default in pypy, not in c-python wiredfool 2014-01-06 22:08:14 -0800
  • c3812f46b2 clamping channels to 255 wiredfool 2014-01-06 21:20:19 -0800
  • 53ba63fcd5 Raising proper ValueErrors wiredfool 2014-01-06 21:19:58 -0800
  • 4cacfe6b11 longer benchmark wiredfool 2014-01-06 08:55:06 -0800
  • 594276c45e existing behaviour is to clamp to max, not bitmask wiredfool 2014-01-05 22:20:07 -0800
  • 32f4097d1e Fixes putalpha tests wiredfool 2014-01-05 22:18:42 -0800
  • d8a88a5390 Passes tests on python 3.2 wiredfool 2014-01-05 22:00:09 -0800
  • 2921b5c5e5 Getting travis into the testing loop wiredfool 2014-01-05 21:36:29 -0800
  • c98f731f7e Ensuring c-api access wiredfool 2014-01-05 21:36:13 -0800
  • 273a5014d2 more extensive testing, matches original c code wiredfool 2014-01-05 21:18:53 -0800
  • 663f881b21 all original tests pass wiredfool 2014-01-05 21:06:13 -0800
  • de53889711 removed initial testing wiredfool 2014-01-05 20:50:05 -0800
  • bb20f6ca83 basic benchmark shows ~order of magnitude speedup wiredfool 2014-01-05 16:45:01 -0800
  • 5efe737f6f Cffi pixel access object, #248 wiredfool 2014-01-05 10:41:25 -0800
  • bcfc06d6d0 Merge pull request #469 from manisandro/test_webp Alex Clark ☺ 2014-01-04 13:34:43 -0800
  • 4de31b2693 Use assert_image_similar instead of assert_image_equal in test_file_webp.py Sandro Mani 2014-01-04 21:48:18 +0100
  • 7789c539d7 Add history Alex Clark 2014-01-02 05:07:11 -0500
  • 8dd8bdf238 Merge pull request #467 from cgohlke/patch-1 Alex Clark ☺ 2014-01-02 02:06:06 -0800
  • db092e7d82 Correctly quote file names for WindowsViewer command cgohlke 2014-01-01 19:04:30 -0800
  • 74b5cdde1b Add history Alex Clark 2014-01-01 17:50:13 -0500
  • 7bc9a1a3f9 Merge pull request #466 from dmckeone/patch-2 Alex Clark ☺ 2014-01-01 14:49:01 -0800
  • 56ab4fd475 Prefer homebrew freetype over X11 freetype (but still allow both) David McKeone 2014-01-01 15:47:42 -0700
  • 61cbeda09b Merge a8c1db8eda into 6395103f46 David McKeone 2014-01-01 14:43:20 -0800
  • a8c1db8eda Resolve merge conflict David McKeone 2014-01-01 15:43:10 -0700
  • 80bce359a3 Prefer homebrew freetype over X11 freetype (but still allow both) David McKeone 2013-12-19 12:34:32 -0700
  • 6395103f46 Declare 3.4 support Alex Clark 2014-01-01 16:53:37 -0500
  • b1b88cf4d2 Wording [ci skip] 2.3.0 Alex Clark 2014-01-01 16:10:13 -0500
  • df245d7e37 Wording [ci skip] Alex Clark 2014-01-01 16:08:27 -0500
  • eab14a76a7 Wording [ci skip] Alex Clark 2014-01-01 16:05:59 -0500
  • 103bdfee47 Wording [ci skip] Alex Clark 2014-01-01 16:02:58 -0500
  • 82d6984f49 Wording [ci skip] Alex Clark 2014-01-01 15:42:38 -0500
  • 8e386c4d0e Wording [ci skip] Alex Clark 2014-01-01 15:37:06 -0500
  • 0c6f321266 Add history Alex Clark 2013-12-31 05:07:10 -0500
  • 2fc4a7441f Merge pull request #459 from jpharvey/getfont_leak Alex Clark ☺ 2013-12-31 02:06:05 -0800