Ondrej Baranovič
f044d53fd1
swap conditions
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-08 17:17:17 +01:00
Nulano
bddfebc331
add license comment to ImageCms; explicitly say "no replacement" for deprecations without a replacement
2024-01-08 12:57:23 +01:00
Benjamin Gilbert
8053d5e5a0
Allow disabling default emission of JPEG APP0 and APP14 segments
...
When embedding JPEGs into a container file format, it may be desirable
to minimize JPEG metadata, since the container will include the pertinent
details. By default, libjpeg emits a JFIF APP0 segment for JFIF-
compatible colorspaces (grayscale or YCbCr) and Adobe APP14 otherwise.
Add a no_default_app_segments option to disable these.
660894cd36
added code to force emission of the JFIF segment if the DPI is
specified, even for JFIF-incompatible colorspaces. This seems
inconsistent with the JFIF spec, but apparently other software does it
too. no_default_app_segments does not disable this behavior, since it
only happens when the application explicitly specifies the DPI.
2024-01-08 05:33:12 -06:00
Hugo van Kemenade
de564ab1c2
Merge pull request #7703 from nulano/pypi-link
2024-01-08 08:55:56 +02:00
Erik Soma
3515f997ce
Add test against info of apng images getting clobbered when seeking to the first frame multiple times.
2024-01-07 20:52:22 -05:00
Nulano
bb855583ea
Update PyPI links to use pillow (lowercase)
2024-01-08 02:28:48 +01:00
Nulano
edc46e223b
document ImageCms deprecations
2024-01-08 01:27:41 +01:00
Andrew Murray
ccdea48cf3
Added identity tests for Transform classes
2024-01-08 10:36:30 +11:00
Nulano
08f11c57a1
deprecate ImageCms members: DESCRIPTION, VERSION, FLAGS, versions()
2024-01-08 00:32:47 +01:00
Erik Soma
6d99f9193f
Fix info for first frame of apng images getting clobbered when seeking to the first frame multiple times.
2024-01-07 16:00:58 -05:00
Andrew Murray
ba6399cad1
Added PerspectiveTransform
2024-01-07 19:34:27 +11:00
Andrew Murray
bb55274845
Removed PPM loop to read header tokens
2024-01-07 18:49:01 +11:00
Andrew Murray
a786a0551b
Update CHANGES.rst [ci skip]
2024-01-07 16:17:57 +11:00
Benjamin Gilbert
6ade47f7c0
Add release notes for 10.3.0
2024-01-06 21:53:18 -06:00
Hugo van Kemenade
fcaed26ab1
Merge pull request #7676 from nulano/lcms2-flags
2024-01-06 16:43:20 +02:00
Ondrej Baranovič
d9ec2fd4bb
Add code formatting to ImageCms.Flags docstrings
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-06 14:33:11 +01:00
Nulano
0d841aab9a
add support for grayscale pfm image format
2024-01-06 14:08:51 +01:00
Hugo van Kemenade
f162d65246
Merge pull request #7695 from radarhere/non_zero
2024-01-06 14:50:02 +02:00
Andrew Murray
2d6ad5868d
Use "non-zero" consistently
2024-01-06 12:07:55 +11:00
Andrew Murray
d329207e62
Update CHANGES.rst [ci skip]
2024-01-06 07:03:40 +11:00
Andrew Murray
f98fc9b8a3
Merge pull request #7693 from nulano/winbuild-amd64
...
Rename x64 to AMD64 in winbuild
2024-01-06 07:01:45 +11:00
Andrew Murray
c46cf19a58
Merge pull request #7684 from nulano/docs-imagetransform
...
Improve ImageTransform documentation
2024-01-06 06:45:19 +11:00
Andrew Murray
1f7171a10c
Merge branch 'main' into winbuild-amd64
2024-01-05 09:52:12 +11:00
Andrew Murray
4233dd769a
Merge pull request #7690 from hugovk/qemu
...
Build QEMU-emulated Linux aarch64 wheels on GitHub Actions instead of Travis CI
2024-01-05 09:50:05 +11:00
Nulano
eff9f06f0d
fix comments
2024-01-04 22:10:11 +01:00
Nulano
4094edd12f
winbuild: fix libwebp linking libsharpyuv
2024-01-04 21:31:55 +01:00
Nulano
5e2ebaface
winbuild: build libwebp using cmake
2024-01-04 21:00:06 +01:00
Nulano
2dd00de1f3
rename x64 to AMD64 in winbuild/build_prepare.py
2024-01-04 20:26:14 +01:00
Hugo van Kemenade
aa21a2e6eb
Merge pull request #7692 from hugovk/no-windows-test-tags
2024-01-04 16:36:01 +02:00
Hugo van Kemenade
e32f49a1f3
Merge pull request #110 from radarhere/qemu
2024-01-04 15:35:13 +02:00
Andrew Murray
f71cfec76f
Merge pull request #7645 from nulano/font-bomb
...
Simplify FreeTypeFont.render
2024-01-04 23:50:43 +11:00
Andrew Murray
f184775cd3
Removed leading ampersand
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2024-01-04 23:35:06 +11:00
Hugo van Kemenade
46db79abe1
Fix syntax
2024-01-04 23:35:06 +11:00
Andrew Murray
60e82e5a3f
Separate cibuildwheel install
2024-01-04 23:35:05 +11:00
Andrew Murray
e84b0a4015
Combine build steps
2024-01-04 23:34:39 +11:00
Andrew Murray
bc3cf97649
Use general arch setting instead of platform-specific setting
2024-01-04 23:33:50 +11:00
Hugo van Kemenade
fd37d86acc
Skip non-wheel CI runs for tags
2024-01-04 12:55:04 +02:00
Hugo van Kemenade
32ae1bd08a
Use aarch64 instead of QEMU in job name
2024-01-04 12:52:22 +02:00
Hugo van Kemenade
55944860a5
Remove unused docker/setup-buildx-action
2024-01-04 12:51:05 +02:00
Hugo van Kemenade
df37b47fd8
Build QEMU-emulated Linux aarch64 wheels on GitHub Actions
2024-01-04 12:51:05 +02:00
Hugo van Kemenade
85c552934a
Goodbye Travis CI
2024-01-04 12:51:05 +02:00
Hugo van Kemenade
865a23aa32
Merge pull request #7691 from radarhere/wheels
...
Updated Linux and macOS wheels matrix variable name
2024-01-04 08:33:48 +02:00
Andrew Murray
05e73702f2
Updated matrix variable name on Linux and macOS to match Windows
2024-01-04 10:51:10 +11:00
Hugo van Kemenade
27eacddfd5
Merge pull request #7688 from radarhere/macos_imagegrab
2024-01-03 16:27:51 +02:00
Hugo van Kemenade
fa0dca7c8a
Merge pull request #7689 from radarhere/macos
...
Updated macOS tested Pillow versions
2024-01-03 09:05:09 +02:00
Andrew Murray
424737ef49
Updated macOS tested Pillow versions
2024-01-03 11:18:16 +11:00
Andrew Murray
d134110ace
If bbox is omitted, screenshot is taken at 2x on Retina screens
2024-01-03 09:01:35 +11:00
Andrew Murray
e6c9b42dc2
Merge pull request #7685 from nulano/win-arm-tested
...
Update Windows 11 tested versions
2024-01-03 08:38:05 +11:00
Hugo van Kemenade
f03156066c
Merge pull request #7678 from radarhere/macos_imagegrab
2024-01-02 23:37:26 +02:00
Nulano
b4a8271288
update Windows 11 tested versions
2024-01-02 17:26:11 +01:00