Commit Graph

3263 Commits

Author SHA1 Message Date
hugovk
6da05b4026 Use fp instead of filename 2014-12-11 13:20:11 +02:00
hugovk
385ad47a9b Test PSDraw 2014-12-11 13:06:53 +02:00
Antony Lee
800480db52 Use underscores, not spaces, in TIFF tag kwargs.
kwargs with spaces ("x resolution", "y resolution", "resolution unit"
and "date time") are deprecated.
2014-12-09 15:17:33 -08:00
wiredfool
9581da4daa Add plural [ci skip] 2014-12-08 15:56:07 -08:00
wiredfool
35cd2258cb Merge pull request #1043 from homm/max-concurrency
Limit default MAX_CONCURRENCY to 4.
2014-12-08 15:54:47 -08:00
homm
83fc485392 Limit default MAX_CONCURRENCY to 4. 2014-12-08 22:20:22 +03:00
hugovk
7e167a1233 Remove stray ) and update version number 2014-12-04 14:22:25 +02:00
hugovk
cfe41caa8a Review edits [CI skip] 2014-12-04 11:04:22 +02:00
hugovk
53e54b6f96 Rename to include full version number 2014-12-04 11:03:34 +02:00
homm
66cacc282b do not use really draft JPEG decoding quality 2014-12-04 03:30:39 +03:00
homm
806c06f49f use less expensive BICUBIC resampling 2014-12-04 03:30:39 +03:00
wiredfool
2d2293ba3b Merge pull request #1028 from homm/resize-constants
Rename Image.ANTIALIAS to Image.LANCZOS
2014-12-03 16:14:29 -08:00
wiredfool
5580a2311e Merge pull request #1032 from homm/release-notes
Release notes for 2.7
2014-12-03 16:12:17 -08:00
Hugo
f1eaf1eff5 Merge pull request #1035 from wiredfool/blur-osx-build
Fix for building on OSX/Clang.
2014-12-02 07:54:59 +02:00
wiredfool
05b578e7f4 Fix for building on OSX/Clang. 2014-12-01 20:40:10 -08:00
homm
b0152e1e5b fix spelling 2014-12-01 02:23:31 +03:00
homm
c830b1ffcb Gaussian blur and unsharp mask chapters 2014-12-01 02:18:11 +03:00
homm
ca108113ba chapters:
Resize performance
2014-11-30 20:31:33 +03:00
homm
b183f50ebc chapters:
Image resizing filters
Bicubic and Bilinear downscaling
Lanczos upscaling quality
Bicubic upscaling quality
2014-11-30 03:09:39 +03:00
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