Commit Graph

  • c80fe312e4 Add extended box blur. homm 2014-10-20 10:48:16 +0400
  • f477cab940 test for multiple passes homm 2014-10-19 20:56:14 +0400
  • c1eb77a4ed faster commit homm 2014-10-19 18:19:56 +0400
  • f55ea4c04c Do not use lineOut buffer if source and destination are different. homm 2014-10-19 01:14:08 +0400
  • 5ab12e0ee7 improve test: test grayscale and rgba with same cases homm 2014-10-19 01:05:09 +0400
  • 516bd90cf7 support for multiple passes with only two transposes homm 2014-10-19 00:14:26 +0400
  • d91d7b9826 significant speed improvement (about 55%) homm 2014-10-18 23:56:17 +0400
  • 22668de6db HorizontalBoxBlur unified LineBoxBlur8 & LineBoxBlur32 homm 2014-10-18 18:37:14 +0400
  • 7d77db20ad Small optimization: replace division with multiply. homm 2014-10-18 04:00:07 +0400
  • d07c9c2e4e unused homm 2014-10-16 16:00:29 +0400
  • ffa8852ac0 Merge pull request #962 from hugovk/sane Alex Clark ☺ 2014-10-15 09:21:58 -0400
  • d77cc88482 Remove Sane directory now it's in its own repo: https://github.com/python-pillow/Sane Hugo 2014-10-15 13:19:09 +0300
  • 0ff4b53a72 pep8 homm 2014-10-15 12:40:26 +0400
  • 53c8352f39 highlevel api homm 2014-10-15 04:08:21 +0400
  • 53703a113d Close #891: a dirty solution to embedded bitmap fonts. Yifu Yu 2014-10-15 03:23:52 +0800
  • 5861a46a54 check image mode homm 2014-10-14 23:29:50 +0400
  • a27baf90be fix large radius. tests homm 2014-10-14 03:26:46 +0400
  • da84cd7ea6 big radius special case homm 2014-10-14 02:12:04 +0400
  • ce09d403ee Merge pull request #959 from python-pillow/revert-956-pypy-regression wiredfool 2014-10-13 13:20:56 -0700
  • d3d4ff69eb introduce corners homm 2014-10-13 23:45:21 +0400
  • 392abc4f34 Update CHANGES.rst [CI skip] Hugo 2014-10-13 22:35:15 +0300
  • ff38d57bc9 Merge pull request #957 from wiredfool/manifest Hugo 2014-10-13 22:30:15 +0300
  • bb76b45545 Revert "Workaround Pypy regression" Hugo 2014-10-13 22:22:33 +0300
  • a5abddbf91 Merge pull request #958 from wiredfool/pypy-tiff-regression Hugo 2014-10-13 22:18:34 +0300
  • 4f9b2dbe69 Fix pypy 2.4 regression, #952 wiredfool 2014-10-13 11:12:14 -0700
  • e039df6c00 Merge branch 'master' of github.com:python-pillow/pillow-wheels wiredfool 2014-10-13 10:24:08 -0700
  • f18fbd54a1 Version Bump - 2.6.1 wiredfool 2014-10-13 10:23:45 -0700
  • 4a8471dea1 Date Slip [ci skip] 2.6.1 wiredfool 2014-10-13 10:13:17 -0700
  • d8114ce2aa Updated manifest to follow README.rst reformatting, removed ref to Images directory wiredfool 2014-10-13 09:35:55 -0700
  • e54da99325 Allow latest PyPy 2.4.0 to fail and temporarily add previous passing 2.3.1 for the time-being (#952) Hugo 2014-10-13 10:52:44 +0300
  • 9a449bc8c1 Merge pull request #956 from hugovk/pypy-regression wiredfool 2014-10-13 09:21:23 -0700
  • 1693e4bf6d Fix allow_failures Hugo 2014-10-13 10:58:57 +0300
  • 5583263dca Merge 6598ab4003 into 838afa1528 copyliu 2014-10-13 07:56:14 +0000
  • 6598ab4003 support bdf version 2.2 copyliu 2014-10-13 15:55:12 +0800
  • c9619ae61a Allow latest PyPy 2.4.0 to fail and temporarily add previous passing 2.3.1 for the time-being (#952) Hugo 2014-10-13 10:52:44 +0300
  • 838afa1528 Update CHANGES.rst [CI skip] Hugo 2014-10-13 10:45:11 +0300
  • a013bc8b0c Merge pull request #954 from wiredfool/webp-test-comments Hugo 2014-10-13 10:44:13 +0300
  • b1cef839bd fix window calculation homm 2014-10-13 04:40:44 +0400
  • a000cceb26 data tests homm 2014-10-13 04:07:17 +0400
  • 3906ff3c76 fix x bounds homm 2014-10-13 03:39:01 +0400
  • 835db5d12f type check homm 2014-10-12 22:39:02 +0400
  • 2c723abbca move HorizontalBoxBlur8 down and remove comments homm 2014-10-12 22:37:25 +0400
  • 591fc67aae micro optimizations homm 2014-10-12 22:33:09 +0400
  • 92635d0624 8bit homm 2014-10-12 22:26:00 +0400
  • e95382eb08 integer implementation for float radius homm 2014-10-12 20:30:46 +0400
  • f3af171dc4 fix round compensation homm 2014-10-12 20:09:28 +0400
  • f711ab3eb6 float radius homm 2014-10-12 20:01:49 +0400
  • 23068e49be allow float radius (without implementation) homm 2014-10-12 18:52:32 +0400
  • b7b3c719fa blur in both directions homm 2014-10-12 17:59:20 +0400
  • cc9eff5c68 fast realization with moving window. linear speed against any radius homm 2014-10-12 17:47:00 +0400
  • a6937d84d8 first Horizontal Blur for 32 homm 2014-10-12 17:11:24 +0400
  • d49459f5b2 box blur dummy homm 2014-10-12 16:30:00 +0400
  • e38a64b21b round values with initial .5 this improves performance and readabillity homm 2014-10-12 15:13:37 +0400
  • bc24685344 do sum calculation in same loop as maskData calculation homm 2014-10-12 14:21:13 +0400
  • 51984f4aa8 fix radius == 0 homm 2014-10-12 14:14:56 +0400
  • c42991120a fix tests and set default effective_scale value for gaussian filter homm 2014-10-12 14:00:34 +0400
  • 84b9f16bfd add effective_scale to all APIs homm 2014-10-12 03:29:20 +0400
  • 091b15f9d5 rename vars homm 2014-10-12 02:59:21 +0400
  • 5bb0cfa17a remove pseudo vcs homm 2014-10-12 02:05:13 +0400
  • b1b5db16cd padding not using anywhere homm 2014-10-12 00:49:45 +0400
  • 7bc19c4019 reference gaussian_blur implementation radius meaning match graphicmagick, pixelmator other software and standard deviation from classic gaussian blur algorithm homm 2014-10-11 23:03:51 +0400
  • c20c75e1a5 Version bump, 2.6.1 wiredfool 2014-10-11 09:56:40 -0700
  • dcf42f5363 Fix for regression in scipy Eric Soroos 2014-10-04 23:19:30 +0000
  • 991c847c73 Skip webp mux with the right skip message Eric Soroos 2014-10-11 09:42:10 -0700
  • fe6a8cede7 Merge branch 'master', remote-tracking branch 'origin' Eric Soroos 2014-10-11 09:14:39 -0700
  • e165d5518d Updated Changes.rst [ci skip] wiredfool 2014-10-11 09:59:23 -0700
  • 598f998168 Updated Changes.rst [ci skip] wiredfool 2014-10-11 09:57:41 -0700
  • e3793447fc Merge branch 'fix-blur-alpha' homm 2014-10-08 17:40:57 +0400
  • bef7e1dce8 cache hasAlpha for ImagingUnsharpMask homm 2014-10-08 17:40:33 +0400
  • e56aed1a95 round pixel values homm 2014-10-08 15:05:48 +0400
  • 06f5193995 Clean up Alex Clark 2014-10-08 07:02:20 -0400
  • b2cf79182d Update README.rst Alex Clark ☺ 2014-10-08 06:57:16 -0400
  • ddae12928a add detailed test for blur and simple test for sharp homm 2014-10-08 06:49:56 +0400
  • fe03d366eb Update CHANGES.rst [CI skip] Hugo 2014-10-07 21:40:32 +0300
  • a40e394d66 Merge branch 'master' of https://github.com/JHei/Pillow into JHei-master hugovk 2014-10-07 21:11:49 +0300
  • 94863907d5 Merge pull request #942 from manisandro/nitpicks Hugo 2014-10-07 21:07:00 +0300
  • 05c99131e0 fix blur for RGBA & RGBX homm 2014-10-06 21:27:08 +0400
  • 626acf705f convert tabs to spaces homm 2014-10-06 20:55:59 +0400
  • ec04b20804 Merge 1863321610 into aa0c512eb3 Jens Heidrich 2014-10-06 05:19:12 +0000
  • aa0c512eb3 Update CHANGES.rst [CI skip] Hugo 2014-10-05 13:12:33 +0300
  • 5ac5da6f15 Merge pull request #945 from wiredfool/scipy Hugo 2014-10-05 13:07:51 +0300
  • ba27920838 Fix for regression in scipy Eric Soroos 2014-10-04 23:19:30 +0000
  • d99271b8c6 Merge pull request #944 from driscollis/patch-2 Alex Clark ☺ 2014-10-03 11:30:17 -0400
  • 7bed246e85 Update tutorial.rst Mike Driscoll 2014-10-03 10:00:50 -0500
  • 58f2b10e0b Make OleFileIO.py executable, fix shebang Sandro Mani 2014-10-03 09:59:25 +0200
  • 7502e6dd45 Remove executable permissions from Jpeg2KEncode.c Sandro Mani 2014-10-02 17:24:08 +0200
  • 0ca102f9fe Convert file to utf-8 Sandro Mani 2014-10-02 18:08:10 +0200
  • 283e312509 Merge pull request #941 from driscollis/patch-1 Alex Clark ☺ 2014-10-02 15:07:47 -0400
  • ae5d01995e Update overview.rst Mike Driscoll 2014-10-02 13:43:28 -0500
  • c046323587 Update Releasing.md [ci skip] wiredfool 2014-10-02 10:10:58 -0700
  • d97378550f Fix manifest Alex Clark 2014-10-02 06:35:48 -0400
  • 48c965c3f6 Fix manifest Alex Clark 2014-10-02 06:35:48 -0400
  • 78043591bd Add make pre step Alex Clark 2014-10-02 06:29:29 -0400
  • 5e2f27c7a3 Merge pull request #939 from hugovk/deferred_error_regression Alex Clark ☺ 2014-10-02 06:19:08 -0400
  • fd77bcd5a7 Fix rename regression Hugo 2014-10-02 12:43:49 +0300
  • 1e8352e8f6 Merge pull request #937 from radarhere/master Hugo 2014-10-02 11:17:10 +0300
  • 8cb5688047 flake8 Hugo 2014-10-02 10:45:41 +0300
  • 552a9a28a0 Support and test for 4-bit greyscale TIFF Hugo 2014-10-02 10:43:22 +0300
  • 29b1c81a9e Created with ImageMagick: convert tests\images\hopper.jpg -colorspace Gray -colors 16 -depth 4 tests\images\hopper_gray_4bpp.tif Hugo 2014-10-02 10:31:30 +0300
  • 006229595a Remove unused variable in libImaging Andrew Murray 2014-10-02 07:48:12 +1000