Commit Graph

  • 1a097d2e02 Merge commit 'e0b94d65bedb4a2124228aa579686a3ba2974d11' into replace-resize homm 2014-11-19 13:45:04 +0300
  • 814dd3123e fix comments homm 2014-11-19 11:26:02 +0300
  • a86e032a18 return fresh image is no mode specified and cached version otherwise homm 2014-11-19 03:41:44 +0300
  • 41029f0149 make im.stretch strong alias to im.resize. mark im.stretch as deprecated. homm 2014-11-19 03:26:17 +0300
  • 6078e6e1a7 this bug actually was in previous implementation too: type switch default case was never achieved because special images is in image8 pointers, not in image32 homm 2014-11-19 03:15:04 +0300
  • 24ed800fae merge imaging and imaging core resize tests homm 2014-11-19 03:05:39 +0300
  • 513e2a12dd resize test rework homm 2014-11-19 03:03:49 +0300
  • e0b94d65be Merge pull request #1014 from hugovk/unused_var Hugo 2014-11-17 14:05:42 +0200
  • 02476b7689 Remove unused variable, and other minor flake8 warnings Hugo 2014-11-17 10:33:31 +0200
  • a40854499f Update CHANGES.rst [ci skip] wiredfool 2014-11-15 21:33:21 -0800
  • a32f797801 Merge pull request #1012 from wiredfool/libtiff-save-bytesio wiredfool 2014-11-15 21:31:52 -0800
  • 9a2cc7df83 hoist import, move test to libtiff wiredfool 2014-11-15 20:38:52 -0800
  • 8b0ecb6192 Added test for different compression types. Martin Fergie 2014-11-14 14:37:03 +0000
  • dd3a46520c Fix for saving to io.BytesIO() Martin Fergie 2014-11-14 12:29:10 +0000
  • 9da99dee8d Update CHANGES.rst [CI skip] Hugo 2014-11-14 08:42:41 +0200
  • c2cd52d3fe Merge pull request #1010 from wiredfool/antialias-debug Hugo 2014-11-14 08:41:37 +0200
  • ebbee834c9 Update CHANGES.rst [CI skip] Hugo 2014-11-14 08:40:06 +0200
  • b5b0b889d3 Merge pull request #1009 from wiredfool/putdata-1008 Hugo 2014-11-14 08:37:50 +0200
  • 9d1fde0fff Use __NO_INLINE__ instead of Py_DEBUG wiredfool 2014-11-13 21:35:06 -0800
  • 112a4815f0 Fix compilation on debug versions of python wiredfool 2014-11-13 15:53:51 -0800
  • f75c5562c7 Fix #1008, Correct argument to PySequence_Fast_GET_ITEM wiredfool 2014-11-13 14:56:59 -0800
  • a105cd7edb Test for issue #1008 wiredfool 2014-11-13 14:56:31 -0800
  • ccba6af498 Update CHANGES.rst [CI skip] Hugo 2014-11-13 10:10:42 +0200
  • 5ae3c1c881 Merge pull request #1007 from wiredfool/ico_save Hugo 2014-11-13 10:09:14 +0200
  • 03d20d3b6a More tests for ico save wiredfool 2014-11-12 22:45:35 -0800
  • 1e34d0f421 Merge 79c7c7a01a into 3065df66c3 Brewer Herb 2014-11-13 06:30:43 +0000
  • 3065df66c3 Merge pull request #989 from thegeorgeous/patch-1 wiredfool 2014-11-12 22:30:30 -0800
  • ad1b919342 Update CHANGES.rst [ci skip] wiredfool 2014-11-12 22:15:26 -0800
  • 212f9d7d8b Merge pull request #1003 from AurelienBallier/master wiredfool 2014-11-12 22:12:46 -0800
  • 37252a67cc Fix bad importà Aurélien Ballier 2014-11-11 19:39:05 +0100
  • f3284e57a6 Merge remote-tracking branch 'upstream/master' Aurélien Ballier 2014-11-11 18:00:00 +0100
  • 35e3ccee1a Merge pull request #1000 from wiredfool/image-doc Hugo 2014-11-10 07:49:09 +0200
  • ba178bef85 Added ref to getpalette wiredfool 2014-11-09 20:51:20 -0800
  • aabf66a7a4 fix tests: use im.transform directly when result is compared with other transform operations. homm 2014-11-10 02:11:12 +0300
  • aff274011b Update CHANGES.rst [ci skip] wiredfool 2014-11-09 11:42:39 -0800
  • f88878c20b reflect changes in documentation homm 2014-11-09 04:26:53 +0300
  • 693aff7ee1 remove thumbnail fallback homm 2014-11-09 04:20:54 +0300
  • aba798af25 replace resize implementation homm 2014-11-04 12:31:36 +0300
  • 482f658704 Update CHANGES.rst [ci skip] wiredfool 2014-11-09 10:50:38 -0800
  • d781d56aa5 Merge pull request #977 from homm/fast-stretch wiredfool 2014-11-09 10:47:46 -0800
  • 90ee223305 Move ImagingTransposeToNew from Antialias.c to Geometry.c homm 2014-11-09 03:15:54 +0300
  • 3894dbe754 fix typo homm 2014-11-09 02:33:14 +0300
  • 7a64f7be80 Replace UINT32 assignment with per-channel UINT8 assignment homm 2014-11-09 02:27:43 +0300
  • abc5e11371 two bands case homm 2014-11-09 01:05:50 +0300
  • 1a7c9b72ab generalize endianess test homm 2014-11-09 01:00:01 +0300
  • af02f2b29e Fix for endianness issues in stretch Eric Soroos 2014-11-07 15:49:04 -0800
  • 2657c0dec0 Test for endianness issues in stretch Eric Soroos 2014-11-07 14:47:23 -0800
  • b8a2b5b907 typo. Free mem after ModeError. homm 2014-11-03 03:09:38 +0300
  • 1cd6da4a49 fix performance regression on 64 bit GCC 4.8. homm 2014-10-27 18:09:45 +0300
  • 42967dd1a6 speedup by unrolling loops homm 2014-10-26 01:20:24 +0400
  • c22af89ef0 optimize memory usage homm 2014-10-26 00:11:39 +0400
  • e9fc720709 faster float to 8bit convertion homm 2014-10-25 06:04:04 +0400
  • a484d28d1f make x indexes int homm 2014-10-25 05:57:08 +0400
  • e276e6a535 move ww into coefficients homm 2014-10-25 05:50:54 +0400
  • 01b947c602 Iterate pixels in native order homm 2014-10-25 05:41:38 +0400
  • b77521bd6c Precompute coefficients for all x homm 2014-10-25 05:37:33 +0400
  • 40f9f48680 two ImagingStretchHorizaontal pass with two transposes homm 2014-10-25 05:20:37 +0400
  • c8471bcbda Hide stretch implementation detail in Antialias.c homm 2014-10-25 05:03:27 +0400
  • 79c7c7a01a add tests and docs Herb 2014-11-08 14:49:50 +0800
  • 2d5b74f90a Merge pull request #996 from wiredfool/sane-manifest Hugo 2014-11-08 08:37:58 +0200
  • 612aa99962 Remove Sane from manifest, add .msp wiredfool 2014-11-07 16:25:02 -0800
  • fda52daa32 Update CHANGES.rst wiredfool 2014-11-07 14:00:35 -0800
  • cfbe49f124 Merge pull request #994 from homm/add-transpose wiredfool 2014-11-07 13:58:18 -0800
  • b38c8e0df2 add ico save support Herb 2014-11-08 03:01:46 +0800
  • 36a8aba1d7 Make bitmap test runnable as a standalone. Yifu Yu 2014-11-07 22:13:58 +0800
  • 013a73dfe2 Remove unused StringIO. Yifu Yu 2014-11-07 20:39:18 +0800
  • 12632ee178 Change bitmap test suite. Yifu Yu 2014-11-07 20:35:20 +0800
  • 182c092565 Testcase added. Yifu Yu 2014-11-07 19:21:12 +0800
  • 9e5ee5a5bf use not square image for test, fix tests homm 2014-11-07 13:15:51 +0300
  • 4cf2f158b6 add test update comment homm 2014-11-07 11:48:47 +0300
  • 8bb22793b3 Merge pull request #984 from hugovk/landscape-fixes wiredfool 2014-11-06 21:50:00 -0800
  • 9dfa515637 Merge pull request #992 from hugovk/testimagingstretch wiredfool 2014-11-06 21:42:47 -0800
  • a51b176644 make ROTATE_CHUNK constant add comment homm 2014-11-07 04:46:16 +0300
  • cfa20f1004 rotate 90 and 270 by chunks homm 2014-11-07 04:15:18 +0300
  • a960d440db less operations in loop homm 2014-11-07 03:57:00 +0300
  • 32079b1dcc make transpose part of public api homm 2014-11-07 03:37:12 +0300
  • d41bc4fbfc convert tabs into spaces homm 2014-11-07 03:21:38 +0300
  • 9d60085957 The optimization algorithm is only applicable to the image of mode="P" or "L". Moriyoshi Koizumi 2014-11-06 21:29:27 +0900
  • b5315eb59b Fork from master and send pull requests to master Hugo 2014-11-06 13:01:42 +0200
  • d00c3c02ad Enhance the test for the fix. Moriyoshi Koizumi 2014-11-06 19:10:36 +0900
  • 9570864163 Grayscale images can also be optimized... Moriyoshi Koizumi 2014-11-06 19:08:02 +0900
  • 675371b9b1 Make test_imaging_stretch.py runnable as a standalone script Hugo 2014-11-06 11:49:30 +0200
  • 53de81f0a1 The optimization algorithm is only applicable to the image of mode="P". Moriyoshi Koizumi 2014-11-06 12:18:41 +0900
  • 6d7c010bed Update CHANGES.rst [ci skip] wiredfool 2014-11-05 17:46:57 -0800
  • 20be641329 Merge pull request #970 from homm/fix-bicubic-stretch wiredfool 2014-11-05 17:45:47 -0800
  • f3af439a40 Update installation.rst George Thomas 2014-11-05 15:09:54 +0530
  • 6de030a165 Don't use builtin as variable hugovk 2014-11-01 09:55:15 +0200
  • 947e34616c Merge remote-tracking branch 'upstream/master' into landscape-fixes hugovk 2014-11-01 09:44:10 +0200
  • 4007a78d53 rename temp to imTransposed actualize comments homm 2014-10-30 14:48:15 +0300
  • c99f05cd6e change arguments order and names in LineBoxBlurXX and HorizontalBoxBlur homm 2014-10-30 14:32:41 +0300
  • 36a35e7e27 update box_blur help fix code style for ! fix spelling homm 2014-10-30 14:19:12 +0300
  • 59fa39c1dc Update CHANGES.rst [CI skip] Hugo 2014-10-29 21:46:25 +0200
  • 4d74b81a15 Merge pull request #980 from wiredfool/pr_938 Hugo 2014-10-29 21:41:17 +0200
  • fb788b85a9 Cache hopper to reduce FS reads and speed up tests hugovk 2014-10-29 21:28:29 +0200
  • 8cee4e4e56 Merge 8cb5688047 into 72c6db99df Hugo 2014-10-29 18:11:15 +0000
  • 72c6db99df Merge pull request #976 from hugovk/tiff_ints wiredfool 2014-10-29 11:11:10 -0700
  • cf6dc5a3bc Typos [CI skip] Hugo 2014-10-29 20:09:00 +0200
  • 2d2474685a Added 4bit test to libtiff as well wiredfool 2014-10-29 11:07:20 -0700
  • e6cbe05211 Merge pull request #929 from hugovk/MspImagePlugin wiredfool 2014-10-29 10:55:58 -0700
  • ed7b2fd150 Merge pull request #979 from nathancahill/patch-1 wiredfool 2014-10-29 10:52:11 -0700