Hugo
|
967247d45c
|
Caps
[CI skip]
|
2014-12-28 21:17:51 +02:00 |
|
hugovk
|
6a1b33f415
|
Test deprecated tags
|
2014-12-28 16:30:12 +02:00 |
|
hugovk
|
2cc807e6c3
|
Merge branch 'tiff-resolution' of https://github.com/anntzer/Pillow into anntzer-tiff-resolution2
|
2014-12-28 16:26:36 +02:00 |
|
Hugo
|
5ba23f359a
|
Merge pull request #1056 from homm/readthedocs
Do not import local Pillow for building docs
|
2014-12-28 11:20:40 +02:00 |
|
homm
|
095aa00f7a
|
do not import local Pillow for building docs
|
2014-12-28 05:46:16 +03:00 |
|
hugovk
|
c4d9bb6eaa
|
flake8
|
2014-12-27 23:07:41 +02:00 |
|
hugovk
|
1b8ba191e9
|
Update docs to remove reference to textsize()
|
2014-12-27 23:05:34 +02:00 |
|
hugovk
|
7f057ed962
|
Test drawing diagonal lines
|
2014-12-27 22:50:17 +02:00 |
|
hugovk
|
c2f433e5ac
|
Remove unimplemented setink()
|
2014-12-27 22:41:56 +02:00 |
|
hugovk
|
8eb117dc9e
|
Fix for Python 3
|
2014-12-27 22:26:54 +02:00 |
|
hugovk
|
31859521c9
|
Update test as textsize() isn't implemented
|
2014-12-27 22:04:34 +02:00 |
|
Hugo
|
7e853c8dbc
|
Merge pull request #1038 from hugovk/release-notes
Release note review
|
2014-12-27 11:49:14 +02:00 |
|
Charles Law
|
17d720aebc
|
Partial Fix #370: look for linux fonts in common places
|
2014-12-26 19:12:06 -05:00 |
|
Charles Law
|
4d2dd3ee7b
|
Partial Fix #370: look for osx fonts in common places
|
2014-12-26 19:12:05 -05:00 |
|
Hugo
|
707b43f14d
|
Update CHANGES.rst [CI skip]
|
2014-12-19 12:31:00 +02:00 |
|
Hugo
|
f1ed79979b
|
Merge pull request #1051 from cgohlke/patch-2
Use Py_ssize_t instead of ssize_t
|
2014-12-19 11:43:51 +02:00 |
|
Christoph Gohlke
|
9b8202203a
|
Use Py_ssize_t instead of ssize_t
|
2014-12-19 01:30:16 -08:00 |
|
Christoph Gohlke
|
b8fafdef69
|
Use Py_ssize_t instead of ssize_t
|
2014-12-19 01:28:21 -08:00 |
|
Hugo
|
7e8644fbfa
|
Merge pull request #1050 from cgohlke/patch-1
Do not quit Python if numpy is not installed
|
2014-12-19 10:54:07 +02:00 |
|
Christoph Gohlke
|
99d66ff0cc
|
Do not quit Python if numpy is not installed
|
2014-12-19 00:40:27 -08:00 |
|
Hugo
|
750f8a2a85
|
Update CHANGES.rst [CI skip]
|
2014-12-16 15:11:54 +02:00 |
|
Hugo
|
20e0da3723
|
Merge pull request #1048 from cgohlke/patch-1
Fix msvc compiler error
|
2014-12-16 15:10:12 +02:00 |
|
Christoph Gohlke
|
8fb8d2ec3a
|
Fix msvc compiler error
|
2014-12-15 14:44:12 -08:00 |
|
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 |
|
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 |
|