Commit Graph

  • 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
  • f67eb56203 Add Ubuntu 14.04 prerequisites Nathan Cahill 2014-10-28 21:03:45 -0600
  • 4a92c24aa6 Save to a self.tempfile() so it's properly cleaned up afterwards Hugo 2014-10-27 09:31:22 +0200
  • 6ec6b16eb6 Test TIFF with PageNumber 0 0 hugovk 2014-10-26 18:16:08 +0200
  • 86c5fdc7aa Created by printing a page in Chrome to PDF, then: /usr/bin/gs -q -sDEVICE=tiffg3 -sOutputFile=total-pages-zero.tif -dNOPAUSE /tmp/test.pdf -c quit hugovk 2014-10-26 18:14:34 +0200
  • f9bc87ed01 flake8 hugovk 2014-10-26 11:24:57 +0200
  • e60683e3b1 Test opening TIFF with JPEGTables and saving it hugovk 2014-10-26 11:21:02 +0200
  • 71a8d8db07 Created with ImageMagick: convert hopper.jpg hopper_jpg.tif hugovk 2014-10-26 11:15:29 +0200
  • 0df43e4f93 Avoid divide by zero hugovk 2014-10-25 23:42:02 +0300
  • 4323683a63 move ImagingGaussianBlur to BoxBlur.c homm 2014-10-25 17:17:53 +0400
  • 274f0a14ba change arguments order and names to match other functions homm 2014-10-25 17:16:14 +0400
  • c802abe219 change test due to different behavior on small radius homm 2014-10-25 16:53:15 +0400
  • 65173f946b replace gaussian blur with extended box blur implementation homm 2014-10-25 16:36:41 +0400
  • d89c9ab750 Merge branch 'gaussian-refactor' into fast-box-blur homm 2014-10-25 15:50:57 +0400
  • 71341582bb Merge bef7e1dce8 into 8b7a989018 homm 2014-10-25 10:58:37 +0000
  • d94cbd4318 Merge d07c9c2e4e into 8b7a989018 homm 2014-10-25 10:56:30 +0000
  • 36cbb16bf6 Add tests. Rise for "P" and "1". homm 2014-10-25 14:23:07 +0400
  • acdcdd487f convert tabs to spaces homm 2014-10-25 03:53:36 +0400
  • 12ba034dc8 unlock upscale filters homm 2014-10-25 12:39:03 +0400
  • 8b7a989018 Fix "can can" typo Hugo 2014-10-25 11:07:34 +0300
  • d7d92275f1 Change arguments order and names homm 2014-10-25 04:28:05 +0400
  • 57cd15f9b1 Use Transpose from geometry. homm 2014-10-25 04:27:46 +0400
  • 316ac5ad57 Merge branch 'add-transpose' into fast-box-blur homm 2014-10-25 04:18:43 +0400
  • 0c90ce2504 Add new fast ImagingTranspose function homm 2014-10-25 04:12:24 +0400
  • c2d688c4b6 fix bicubic stretch interpolation homm 2014-10-24 12:46:51 +0400
  • 8a0f5c65b7 Merge pull request #966 from wiredfool/bicubic Hugo 2014-10-22 12:38:35 +0300
  • 042b809f81 Revert incorrect doc change [ci skip] wiredfool 2014-10-21 09:57:37 -0700