Andrew Murray
dbcd7372e5
Update CHANGES.rst [ci skip]
2023-02-25 18:46:07 +11:00
Hugo van Kemenade
7d91efd9f2
Merge pull request #6973 from radarhere/fits
...
Allow comments in FITS images
2023-02-25 09:43:45 +02:00
Andrew Murray
8a1b9aa0ad
Allow comments in FITS images
2023-02-25 16:44:07 +11:00
Andrew Murray
1263018d2a
Assert value instead of assigning unused variable
2023-02-24 21:01:03 +02:00
Aarni Koskela
8e18415cc5
Clarify variable names in TiffImagePlugin
...
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
2023-02-24 10:09:14 +02:00
Aarni Koskela
6f79e653d6
Clarify variable names in PcfFontFile
...
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
2023-02-24 10:08:20 +02:00
Aarni Koskela
04be46d484
Clarify variable names in ImageFile
...
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
2023-02-24 10:04:38 +02:00
Aarni Koskela
b6b72170a8
Clarify variable names in Image
...
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
2023-02-24 09:59:54 +02:00
Aarni Koskela
f52bbf8950
Clarify variable names in BdfFontFile
...
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
2023-02-24 09:58:51 +02:00
Aarni Koskela
44c4e67fe1
Fix vars
to var
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-24 09:26:18 +02:00
Hugo van Kemenade
879e77a446
Merge pull request #6970 from radarhere/qt
...
Relax roundtrip check
2023-02-24 07:46:42 +02:00
Andrew Murray
57acab55cb
Update CHANGES.rst [ci skip]
2023-02-24 12:55:13 +11: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
mergify[bot]
29adca3c8a
Merge pull request #6969 from radarhere/highlight
...
Highlight code example
2023-02-23 22:45:38 +00: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
19299acbb6
Relax roundtrip check
2023-02-24 08:39:48 +11: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
Hugo van Kemenade
8cc5396659
Merge pull request #6967 from radarhere/qt
...
Relax roundtrip check
2023-02-23 20:27:22 +02:00
Aarni Koskela
43128ce716
Fix up pytest.warns lambda: uses
2023-02-23 16:06:40 +02:00
Aarni Koskela
5c8a9165ab
Fix up pytest.raises lambda: uses
2023-02-23 15:19:20 +02:00
Andrew Murray
21d13e1dea
Relax roundtrip check
2023-02-23 23:22:18 +11:00
Andrew Murray
0d667f5e0b
Do not read "resolution" parameter if it will not be used
2023-02-23 12:44:38 +01:00
Andrew Murray
be489287d2
Parametrized test
2023-02-23 12:44:38 +01: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
Hugo van Kemenade
583dd3b424
Merge pull request #6959 from radarhere/harfbuzz
2023-02-21 12:42:10 +02:00
Andrew Murray
43682de4bd
Updated harfbuzz to 7.0.1
2023-02-21 08:12:57 +11:00
Andrew Murray
a55c2b42b9
If following colon, replace Python code-blocks with double colons
2023-02-18 20:34:52 +11:00
Andrew Murray
60208a3250
Only allow "corners" to be used as a keyword argument
2023-02-17 10:32:55 +11:00
Andrew Murray
0f2a4c1ae5
Added "corners" argument to rounded_rectangle()
2023-02-16 19:19:17 +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
Andrew Murray
dbf138dd51
Merge pull request #6951 from jzern/webp-xmp
...
image-file-formats.rst: document WebP 'xmp' option
2023-02-15 18:46:15 +11: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
Andrew Murray
b7630bd675
Update CHANGES.rst [ci skip]
2023-02-15 11:41:32 +11:00
Hugo van Kemenade
3986eafc60
Merge pull request #6950 from radarhere/tiff_undefined
...
Resolves https://github.com/python-pillow/Pillow/issues/6948
2023-02-14 15:17:52 +02:00
Andrew Murray
228709e9a6
Merge pull request #6944 from hugovk/fix-codecov-docker
...
Enable gcov support for codecov/codecov-action
2023-02-14 20:08:44 +11:00
Andrew Murray
ad0e9dbaaf
Fixed writing int as UNDEFINED tag
2023-02-14 10:52:32 +11:00
pre-commit-ci[bot]
91a53ed280
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-02-13 15:26:54 +00:00
nulano
c5e1b5ad66
use consistent capitalization
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-13 15:26:00 +00:00
nulano
eeb7c7c647
windows: parse build configuration with argparse
2023-02-13 03:51:45 +00:00
nulano
57260d4924
suppress MSVC compiler logo output when using ninja
2023-02-13 01:34:00 +00:00
Andrew Murray
98b2a568b9
Merge pull request #6936 from mtelka/main
...
Update HPND wording in LICENSE file
2023-02-13 11:39:12 +11:00
nulano
abd2a3f7ee
windows: compile dependencies with ninja instead of nmake
2023-02-13 00:34:19 +00:00
nulano
407489a0dc
windows: use CMake instead of MSBuild to compile liblzma
2023-02-12 23:24:11 +00:00
mergify[bot]
083a7703be
Merge pull request #6946 from radarhere/harfbuzz
...
Updated harfbuzz to 7.0.0
2023-02-12 21:44:19 +00:00
Hugo van Kemenade
f2a2794834
Merge pull request #6930 from greatvovan/patch-1
2023-02-12 14:18:48 +02:00
Andrew Murray
bbbb8e6e21
Updated harfbuzz to 7.0.0
2023-02-12 22:05:51 +11:00
Andrew Murray
da38395396
Removed quotes from result in docstring
2023-02-12 21:56:23 +11:00
Hugo van Kemenade
8f9a5859d7
Merge pull request #94 from nulano/codecov-ubuntu
...
add gcov coverage to test.yml
2023-02-12 12:39:45 +02:00