Commit Graph

3144 Commits

Author SHA1 Message Date
homm
7382b789fc chapters:
Antialias renamed to Lanczos
Default filter for thumbnails
Image transposing
2014-11-29 23:04:51 +03:00
homm
90658af48d new section framework 2014-11-29 22:15:05 +03:00
homm
43d5d06ce4 rename Image.ANTIALIAS to Image.LANCZOS 2014-11-28 01:41:56 +03:00
wiredfool
5f7c2dadc4 Merge pull request #1027 from hugovk/landscape_fixes
Some landscape.io fixes
2014-11-27 12:46:00 -08:00
Hugo
22298f7689 Merge pull request #10 from homm/cache
Return fresh image is no mode specified and cached version otherwise
2014-11-27 22:04:42 +02:00
hugovk
c859e3bf40 Some landscape.io fixes 2014-11-27 21:43:45 +02:00
wiredfool
6d1dda76bb Update CHANGES.rst [ci skip] 2014-11-27 10:38:30 -08:00
wiredfool
42b59046e7 Merge pull request #993 from moriyoshi/fix/moriyoshi/gif-encoder-optimization-bug
The optimization algorithm is only applicable to the image of mode="P" or "L".
2014-11-27 10:36:34 -08:00
wiredfool
8593cd2d02 Update CHANGES.rst [ci skip] 2014-11-27 10:33:19 -08:00
wiredfool
9f7ee1cf91 Merge pull request #1024 from holg/master
[ADD] added PySide compability
2014-11-27 10:31:42 -08:00
wiredfool
9d14ae4fa4 Update CHANGES.rst [ci skip] 2014-11-27 10:28:28 -08:00
wiredfool
e16ee15f2c Merge pull request #997 from homm/replace-resize
Replace resize method
2014-11-27 10:26:48 -08:00
wiredfool
2c14d0836c Update CHANGES.rst [ci skip] 2014-11-27 10:23:05 -08:00
wiredfool
8a3302ba5d Merge pull request #961 from homm/fast-box-blur
Merge Fast Gaussian Blur
2014-11-27 10:20:11 -08:00
holger
b6d8b3f950 [ADD] added PySide compability changes to Tests/test_imageqt.py 2014-11-22 09:52:23 +01:00
homm
107b4a8b07 sharp alpha channel
resolve sharp endianness issues
2014-11-22 01:58:31 +03:00
homm
d0c419632e resolve endianness issues 2014-11-21 21:53:13 +03:00
holger
100309feaf [ADD] added PySide compability 2014-11-20 23:08:58 +01:00
Hugo
b8d2a55f3c Update CHANGES.rst [CI skip] 2014-11-20 08:04:46 +02:00
Hugo
0accf25947 Merge pull request #1021 from wiredfool/save-docs
Docs for Image.save [ci skip]
2014-11-20 08:03:15 +02:00
Hugo
3052d4909c Merge pull request #1020 from wiredfool/quantize
Docstring for Image.quantize. [ci skip]
2014-11-20 08:01:10 +02:00
Hugo
2676845e7e Merge pull request #1019 from wiredfool/load-docs
Docs for PyAccess, PixelAccess objects [ci skip]
2014-11-20 07:58:59 +02:00
wiredfool
176c804b39 Note on info not used for saving [ci skip] 2014-11-19 15:40:49 -08:00
wiredfool
c770984867 Document all the save params for PNG, and their references [ci skip] 2014-11-19 15:35:33 -08:00
wiredfool
962ced916d Image.save docs, rename fp, link to params [ci skip] 2014-11-19 15:35:26 -08:00
wiredfool
af8588f34e Docstring for Image.quantize. [ci skip] 2014-11-19 14:26:07 -08:00
wiredfool
ee6f150ef1 Docs for PyAccess, PixelAccess objects [ci skip] 2014-11-19 14:04:39 -08:00
Hugo
9df3c4d67d Update CHANGES.rst [CI skip] 2014-11-19 23:00:04 +02:00
Hugo
fa1180fa37 Merge pull request #1018 from wiredfool/mode-docs
Mode docs [ci skip]
2014-11-19 22:58:34 +02:00
Hugo
25e1da7de9 Merge pull request #1017 from wiredfool/build-docs
Build docs
2014-11-19 22:58:24 +02:00
wiredfool
d1f4633c7b Many links to mode concept anchor [ci skip] 2014-11-19 12:49:27 -08:00
wiredfool
eedff2d59b Mode reference anchor 2014-11-19 12:49:06 -08:00
wiredfool
d825c76274 Updated Test/Support Matrix [ci skip] 2014-11-19 12:15:28 -08:00
wiredfool
6c85d443f4 Build Options section [ci skip] 2014-11-19 12:14:57 -08:00
Hugo
d823fae780 Update CHANGES.rst [CI skip] 2014-11-19 22:14:40 +02:00
Hugo
81bb6df88d Merge pull request #1016 from wiredfool/port-docs
Better docs explaining import _imaging failure
2014-11-19 21:57:21 +02:00
wiredfool
b13a90441f Better docs explaining import _imaging failure [ci skip] 2014-11-19 11:42:26 -08:00
homm
bc0f896a47 rename Antialias and stretch to resample 2014-11-19 14:36:00 +03:00
homm
1a097d2e02 Merge commit 'e0b94d65bedb4a2124228aa579686a3ba2974d11' into replace-resize 2014-11-19 13:45:04 +03:00
homm
814dd3123e fix comments 2014-11-19 13:15:50 +03:00
homm
a86e032a18 return fresh image is no mode specified and cached version otherwise 2014-11-19 03:41:44 +03:00
homm
41029f0149 make im.stretch strong alias to im.resize.
mark im.stretch as deprecated.
2014-11-19 03:26:17 +03:00
homm
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
2014-11-19 03:15:24 +03:00
homm
24ed800fae merge imaging and imaging core resize tests 2014-11-19 03:06:26 +03:00
homm
513e2a12dd resize test rework 2014-11-19 03:03:49 +03:00
Hugo
e0b94d65be Merge pull request #1014 from hugovk/unused_var
Remove unused variable, and other minor flake8 warnings
2014-11-17 14:05:42 +02:00
Hugo
02476b7689 Remove unused variable, and other minor flake8 warnings 2014-11-17 10:33:31 +02:00
wiredfool
a40854499f Update CHANGES.rst [ci skip] 2014-11-15 21:33:21 -08:00
wiredfool
a32f797801 Merge pull request #1012 from wiredfool/libtiff-save-bytesio
Fix for saving TIFF image into an io.BytesIO buffer
2014-11-15 21:31:52 -08:00
wiredfool
9a2cc7df83 hoist import, move test to libtiff 2014-11-15 20:38:52 -08:00