Andrew Murray
bfafa460e3
Allow "loop=None" when saving
2023-08-09 10:31:34 +10:00
Hugo van Kemenade
95257dff87
Merge pull request #7299 from radarhere/pdf
2023-08-04 11:43:09 +03:00
Andrew Murray
9979a822c7
Changed Image mode property to be read-only by default
2023-07-29 09:28:18 +10:00
Andrew Murray
0a0a3fc51f
Added saving LA images as PDFs
2023-07-22 20:16:45 +10:00
Andrew Murray
064cd6fb83
Added more information about PPM formats
2023-07-22 18:47:55 +10:00
Grégoire Jadi
9a32c0f821
doc WAL: Add link to PIL.Image.Image.putpalette
...
[ci skip]
2023-07-05 11:26:46 +02:00
Andrew Murray
b2b05f3b83
Moved QOI from Write-Only to Read-Only
2023-06-14 18:55:19 +10:00
Andrew Murray
b39c807dde
Removed rectangle example from co-ordinate system documentation
2023-05-18 22:14:40 +10:00
Andrew Murray
f8be09612d
Merge pull request #6903 from joshware/jp2k_options
...
Support custom comments and PLT markers when saving JPEG2000 images
2023-03-29 23:43:54 +11:00
Andrew Murray
598216fb46
OpenJPEG 2.4.0 or later is required for PLT markers
2023-03-29 19:25:14 +11:00
Andrew Murray
7d6ff23e1f
Renamed "add_plt" to "plt"
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-28 07:32:30 +11:00
Andrew Murray
176b2a2000
Merge branch 'master' into jp2k_options
2023-03-23 08:57:20 +11:00
Andrew Murray
9e6ae98362
Dropped support for BGR;32 mode
2023-03-13 17:31:12 +11:00
mergify[bot]
264b19b266
Merge pull request #6852 from radarhere/qoi
...
Added QOI reading
2023-03-12 14:43:19 +00:00
Andrew Murray
da2083fb8d
List modes that can be used when saving PDFs
2023-03-13 00:07:53 +11:00
Andrew Murray
0a6092b0e6
Use full name of format
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-12 23:25:38 +11:00
Andrew Murray
2d01875e7c
Added QOI reading
2023-03-09 13:34:44 +11:00
Hugo van Kemenade
7d8a08b221
Merge pull request #6958 from radarhere/codeblock
2023-02-25 13:38:29 +02:00
Andrew Murray
4777379465
Merge pull request #6961 from jvanderneutstulen/add-save-pdf-dpi-tuple
...
Support saving PDF with different X and Y resolution
2023-02-24 12:50:42 +11:00
Jasper van der Neut - Stulen
3c3d888450
Update docs/handbook/image-file-formats.rst
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-23 23:26:52 +01:00
Andrew Murray
742aff3718
Replace Python code-blocks with double colons
2023-02-24 08:17:10 +11:00
Andrew Murray
acc7e0b469
Highlight code example
2023-02-24 08:00:24 +11:00
Jasper van der Neut
36bcc0a898
Support saving PDF with different X and Y resolution.
...
Add a `dpi` parameter to the PDF save function, which accepts
a tuple with X and Y dpi.
This is useful for converting tiffg3 (fax) images to pdf,
which have split dpi like (204,391), (204,196) or (204,98).
2023-02-21 11:49:05 +01:00
Andrew Murray
a55c2b42b9
If following colon, replace Python code-blocks with double colons
2023-02-18 20:34:52 +11:00
mergify[bot]
d48dca3dc4
Merge pull request #6952 from jzern/webp-quality
...
Corrected documented WebP quality range
2023-02-15 08:19:01 +00:00
James Zern
8935dad32e
image-file-formats.rst: document WebP 'xmp' option
2023-02-14 17:29:06 -08:00
James Zern
06ba226e7b
image-file-formats.rst: correct WebP quality range
...
0-100, not 1-100
2023-02-14 17:28:16 -08:00
Renat Nasyrov
9dc9e82bef
Specify correct description for mode L.
2023-01-24 00:11:27 +01:00
Josh Ware
d55563ca25
Update docs/handbook/image-file-formats.rst to fix lint
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-01-19 12:05:05 +11:00
Josh Ware
de43bc99c8
Added support for jpeg2000 comments and PLT marker segments
2023-01-19 11:37:14 +11:00
Andrew Murray
d3d7566d9a
Refer to Resampling enum
2023-01-07 11:27:43 +11:00
Hugo van Kemenade
2ae55ccbda
Improve exception traceback readability
2022-12-30 00:07:52 +02:00
Hugo van Kemenade
cea6c1e86c
Merge pull request #6838 from radarhere/premultiplied_alpha
...
Document the meaning of "premultiplied alpha"
2022-12-29 12:02:40 +02:00
Hugo van Kemenade
f452f9a3f3
Merge pull request #6709 from radarhere/signed
...
Added signed option when saving JPEG2000 images
2022-12-29 11:59:33 +02:00
Andrew Murray
efa27a70d6
Document the meaning of "premultiplied alpha"
2022-12-29 13:18:45 +11:00
Andrew Murray
a4baeda9f6
Fixed typo
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-12-29 11:07:16 +11:00
Andrew Murray
4518dc82ba
Merge branch 'main' into signed
2022-12-29 09:37:35 +11:00
Andrew Murray
a9c46bc288
Document "transparency" info key
2022-12-28 10:22:10 +11:00
Andrew Murray
164311a756
Specify "I" and "F" ranges
2022-12-12 06:55:10 +11:00
Andrew Murray
ae3f43de64
Document Hue range
2022-12-10 19:48:07 +11:00
Andrew Murray
bef128b04b
Added support for saving JPEG comments
2022-12-07 22:30:15 +11:00
Alireza Shafaei
d6f10d4876
doc update for libwebp
2022-11-18 23:51:06 -08:00
Alireza Shafaei
fdf074b050
added a note to the docs for webp
2022-11-18 10:22:33 -08:00
Alireza Shafaei
1f6df76c42
updated webp with exact parameter.
2022-11-17 13:58:07 -08:00
Andrew Murray
6ddbe4cbf0
Added signed option when saving JPEG2000 images
2022-11-03 18:26:31 +11:00
Andrew Murray
78430b9549
Corrected BMP compression setting [ci skip]
2022-10-22 18:50:17 +11:00
Nathanael Gentry
455ffff735
Update documentation for 4-bit RLE decoder
2022-10-21 19:45:41 -04:00
Andrew Murray
00a716c421
High bit depth multichannel images are not yet supported
2022-10-04 12:54:48 +11:00
Andrew Murray
15b2b7a9de
Added headings before listing options
2022-10-01 19:54:35 +10:00
Andrew Murray
599637808c
Documented TGA keyword arguments when saving
2022-08-29 13:22:09 +10:00