Andrew Murray
|
a36b766d36
|
Simplified enum references
|
2022-09-03 20:53:22 +10:00 |
|
Andrew Murray
|
70a060e765
|
Document apply_transparency()
|
2022-06-11 22:31:07 +10:00 |
|
Andrew Murray
|
f8e4e9c2dd
|
Added enums
|
2022-01-15 09:02:31 +11:00 |
|
Hugo van Kemenade
|
e405ab300b
|
Merge pull request #5351 from radarhere/categories
|
2021-03-28 14:34:50 +03:00 |
|
Andrew Murray
|
0ff9879171
|
Document supported quantization methods for RGBA images
|
2021-03-22 19:21:31 +11:00 |
|
Andrew Murray
|
ab56edb49f
|
Documented default quantization method
|
2021-03-22 19:18:36 +11:00 |
|
Andrew Murray
|
2d8658bd84
|
Deprecated categories [ci skip]
|
2021-03-22 18:58:50 +11:00 |
|
Andrew Murray
|
80e570bb99
|
Added context managers
|
2021-02-25 23:41:31 +11:00 |
|
Jesus Cea
|
f74d7d800c
|
The example from filter should be next to filter method docs, not in 'frombytes'
|
2021-02-22 23:59:51 +01:00 |
|
Andrew Murray
|
a6fc7a5320
|
Changed example image file name [ci skip]
|
2021-01-09 21:14:02 +11:00 |
|
Andrew Murray
|
11de331886
|
Merge pull request #4798 from hugovk/rm-deprecated-notimplemented
Remove long-deprecated Image.py functions
|
2020-07-24 20:48:20 +10:00 |
|
Hugo van Kemenade
|
ea96cbeddc
|
Alphabetise
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-07-22 12:10:23 +03:00 |
|
Andrew Murray
|
7f829b60c9
|
MAX_IMAGE_PIXELS can be changed
|
2020-07-21 23:01:51 +10:00 |
|
Andrew Murray
|
5abf0eb4f3
|
Include reference to DecompressionBombError
|
2020-07-21 21:46:31 +10:00 |
|
Andrew Murray
|
265bfef36e
|
Improved documentation
|
2020-07-21 20:46:50 +10:00 |
|
Andrew Murray
|
d98b85d386
|
Capitalise and hyphenate [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-07-20 23:08:25 +10:00 |
|
Andrew Murray
|
9db4a84983
|
Documented MAX_IMAGE_PIXELS
|
2020-07-20 21:16:33 +10:00 |
|
Hugo van Kemenade
|
415a4aa8ac
|
Add PIL.Image.Image.frombytes to docs
|
2020-07-18 10:13:18 +03:00 |
|
Hugo van Kemenade
|
40aefc6ba5
|
Remove im.offset, deprecated in 2001; and fromstring and tostring, deprecated in 2013
|
2020-07-17 10:55:20 +03:00 |
|
nulano
|
7ce6a15062
|
Merge remote-tracking branch 'upstream/master' into refs-animated
# Conflicts:
# docs/reference/Image.rst
|
2020-07-11 12:33:36 +02:00 |
|
nulano
|
39b5d7b4ac
|
fix TiffTags and Exif related references
|
2020-07-11 13:25:10 +10:00 |
|
nulano
|
73c5dffb5a
|
fix ImageTransformHandler and ImagePointHandler references
|
2020-07-11 13:25:10 +10:00 |
|
nulano
|
9589159585
|
use cross-reference for None value
|
2020-07-10 00:08:27 +02:00 |
|
nulano
|
c244ecf245
|
avoid suggesting that Pillow understands animation in all formats
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-07-09 17:16:41 +02:00 |
|
Andrew Murray
|
91bd2d3752
|
Altered descriptions [ci skip]
|
2020-07-05 13:34:40 +01:00 |
|
nulano
|
74899cd6cf
|
Merge branch 'master' into refs-animated
|
2020-07-02 12:58:09 +01:00 |
|
Hugo van Kemenade
|
20282dd23c
|
Merge pull request #4733 from nulano/refs-mod
Fix documentation references: modules
|
2020-06-29 11:57:53 +03:00 |
|
nulano
|
9019af5f32
|
Merge branch 'master' into refs-const
|
2020-06-28 10:55:26 +01:00 |
|
Hugo van Kemenade
|
977094d4b5
|
Merge pull request #4735 from nulano/refs-type
|
2020-06-28 09:41:37 +03:00 |
|
nulano
|
f5b4565d8c
|
document is_animated and n_frames
|
2020-06-27 17:24:13 +02:00 |
|
nulano
|
4f1ee7a881
|
add missing and sort Image functions
(cherry picked from commit f31c786aa6 )
|
2020-06-27 15:40:43 +02:00 |
|
nulano
|
3342270947
|
fix Image constants references
(cherry picked from commit 5511111f3b )
|
2020-06-27 15:39:55 +02:00 |
|
nulano
|
8b005dfe33
|
fix base Image attribute references
(cherry picked from commit 07cc74d38b )
|
2020-06-27 15:38:52 +02:00 |
|
nulano
|
2761a02d13
|
fix module references
(cherry picked from commit b077850baa )
|
2020-06-27 15:33:55 +02:00 |
|
Hugo
|
94c7af7596
|
Replace spaces with tabs and add to pre-commit linting
|
2020-05-01 21:23:39 +03:00 |
|
Andrew Murray
|
417cbd1557
|
Document getexif [ci skip]
|
2020-04-11 18:01:13 +10:00 |
|
Hugo
|
f792ab6c02
|
RST uses double backticks for code (MD uses 1)
|
2019-09-13 08:56:33 +03:00 |
|
Hugo
|
a0191dae1e
|
Documentation for Image module (#3776)
Documentation for Image module
|
2019-06-28 19:49:45 +03:00 |
|
Hugo
|
57e3af4afb
|
Fix typo
|
2019-06-28 18:47:17 +03:00 |
|
Hugo
|
73884576d4
|
Some styling and wording
|
2019-06-24 11:04:13 +03:00 |
|
Hugo
|
72bf9f6529
|
Use the common test-suite image
|
2019-06-24 10:48:33 +03:00 |
|
Hugo
|
fd1d779ae1
|
Strip trailing whitespace
|
2019-06-24 10:45:53 +03:00 |
|
Andrew Murray
|
8be6609243
|
Added PA mode to docs [ci skip]
|
2019-05-18 20:41:59 +10:00 |
|
abojja9
|
c4daa87415
|
Add documentation to Image module
|
2019-04-06 13:42:22 -07:00 |
|
Jon Dufresne
|
01c06ad6c6
|
Update Python 2 doc URLs to Python 3
Python 3 docs are more actively maintained and are the future.
|
2018-06-09 21:04:34 -07:00 |
|
Hugo
|
7f7d5aa183
|
Move intro text below its header
Allows hotlinking to include relevant intro:
https://pillow.readthedocs.io/en/latest/reference/Image.html#create-thumbnails
|
2018-02-28 14:50:02 +02:00 |
|
Metallicow
|
b13025129b
|
Trim trailing whitespace docs dir
|
2018-01-27 00:04:46 -06:00 |
|
wiredfool
|
0f17f0e5c0
|
Merge pull request #2281 from wilsonge/patch-1
Add note about aspect ratio to documentation
|
2017-10-01 20:16:00 +01:00 |
|
Alexander
|
b46b5c4e84
|
release notes
autodocs
fix docstring
note for `Image.split`
|
2017-08-12 01:24:53 +03:00 |
|
Jani Šumak
|
f8fb58f925
|
Added the description of the filename attribute to images.rst
Images created with `open` have a filename attribute, but the documentation does not mention it. This lead to a short, but interesting discussion on [Stackoverflow](https://stackoverflow.com/questions/45087638/get-image-filename-from-image-pil/).
|
2017-07-14 22:57:31 +01:00 |
|