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 |
|
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 |
|
wiredfool
|
92b8db1935
|
Docs, wording
|
2017-06-29 05:14:43 -07:00 |
|
George Wilson
|
1c94c9fbf2
|
Use suggested doc block
|
2017-04-22 20:02:35 +01:00 |
|
wiredfool
|
2030bf76f6
|
New Image methods
|
2017-04-03 13:21:50 -07:00 |
|
George Wilson
|
50adc0cf3f
|
Add note about aspect ratio to documentation
|
2016-12-09 12:19:01 +00:00 |
|
Andrew Murray
|
65f5f05b4f
|
Added documentation for width and height properties [ci skip]
|
2015-06-26 20:14:26 +10:00 |
|
Chris Adams
|
5ec6fcdeaa
|
Tidy docs for DecompressionBombWarning
* Fix formatting to display simplefilter examples as code blocks rather
than italics
* Wrap text so it's not one incredibly long line
|
2015-02-10 13:15:47 -05:00 |
|
homm
|
43d5d06ce4
|
rename Image.ANTIALIAS to Image.LANCZOS
|
2014-11-28 01:41:56 +03: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 |
|
wiredfool
|
176c804b39
|
Note on info not used for saving [ci skip]
|
2014-11-19 15:40:49 -08:00 |
|
wiredfool
|
d1f4633c7b
|
Many links to mode concept anchor [ci skip]
|
2014-11-19 12:49:27 -08:00 |
|
wiredfool
|
ba178bef85
|
Added ref to getpalette
|
2014-11-09 20:51:20 -08:00 |
|
Marius Gedminas
|
2bdfb5b25e
|
Mention Image.tobytes() in the API reference
It was inexplicably omitted.
|
2014-09-23 13:56:22 +03:00 |
|
wiredfool
|
4a5d73cb1e
|
Fixing errors when compiling docs
|
2014-07-14 22:25:02 -07:00 |
|
hugovk
|
44c4eaebc8
|
Change hyperlinks to rst format [CI skip]
|
2014-07-04 17:01:52 +03:00 |
|
hugovk
|
c745b9abed
|
Change hyperlinks to rst format [CI skip]
|
2014-07-04 16:53:26 +03:00 |
|
hugovk
|
c927ab266e
|
Warn about decompression bombs
|
2014-06-27 21:30:08 +03:00 |
|
wiredfool
|
8c6a4c0299
|
Docs changes for close/context manager
|
2014-04-17 21:53:49 -07:00 |
|