Andrew Murray
0cb8654f02
Merge branch 'main' into jpeg-app-segments
2024-02-11 22:07:06 +11:00
pre-commit-ci[bot]
27b0cf67e7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-05 17:18:52 +00:00
Hugo van Kemenade
5baace9eb7
Merge pull request #7702 from nulano/deprecate-cms-constants
2024-01-11 10:51:21 +02:00
Hugo van Kemenade
520bf6397f
Merge branch 'main' into jpeg-app-segments
2024-01-09 16:10:41 +02:00
Andrew Murray
71ba20bb19
Shortened table description
2024-01-09 13:47:21 +01:00
Andrew Murray
1e8a03cd2d
Link to Python enum documentation
2024-01-09 13:47:21 +01:00
Andrew Murray
67c6811e2f
Merge branch 'main' into jpeg-app-segments
2024-01-09 14:56:44 +11:00
Andrew Murray
931821688c
Added release notes
2024-01-09 12:22:25 +11:00
Andrew Murray
605208ea47
Merge branch 'main' into perspective
2024-01-09 07:16:24 +11:00
Andrew Murray
208a34c079
Merge branch 'main' into deprecate-cms-constants
2024-01-09 07:15:41 +11:00
Hugo van Kemenade
b1f549f60c
Merge pull request #7696 from nulano/pfm
2024-01-08 19:22:53 +02:00
Nulano
586e774094
add PFM support to release notes
2024-01-08 17:35:01 +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
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
ba6399cad1
Added PerspectiveTransform
2024-01-07 19:34:27 +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
Nulano
0d841aab9a
add support for grayscale pfm image format
2024-01-06 14:08:51 +01:00
Andrew Murray
c46cf19a58
Merge pull request #7684 from nulano/docs-imagetransform
...
Improve ImageTransform documentation
2024-01-06 06:45:19 +11:00
Hugo van Kemenade
85c552934a
Goodbye Travis CI
2024-01-04 12:51:05 +02:00
Hugo van Kemenade
27eacddfd5
Merge pull request #7688 from radarhere/macos_imagegrab
2024-01-03 16:27:51 +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
Nulano
b4a8271288
update Windows 11 tested versions
2024-01-02 17:26:11 +01:00
Nulano
fc7088a561
improve ImageTransform documentation
2024-01-02 14:52:12 +01:00
Ondrej Baranovič
81ea98e494
document ImageCmsTransform's base class
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-02 14:10:07 +01:00
Andrew Murray
ec6a57f69d
Updated description
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2024-01-02 21:27:12 +11:00
Andrew Murray
fd14824649
bbox on macOS is not 2x on retina screens
2024-01-02 19:15:13 +11:00
Nulano
0b2e2b224f
document ImageCms.Flags
2024-01-01 21:40:41 +01:00
Nulano
26b2aa5165
document ImageCms.{ImageCmsProfile,Intent,Direction}; fix ImageCms.core.CmsProfile references
...
(cherry picked from commit f2b1bbcf65b327c14646d4113302e3df59555110)
2024-01-01 21:40:41 +01:00
Nulano
de62b25ed3
fix image url in "Reading from URL" example
2024-01-01 18:06:46 +01:00
Andrew Murray
d93a5ad70b
Merge pull request #7553 from bgilbert/jpeg-rgb
...
Add `keep_rgb` option when saving JPEG to prevent conversion of RGB colorspace
2024-01-01 23:55:37 +11:00
Andrew Murray
24e9485e6b
Merge pull request #7671 from radarhere/imagetransform
...
Added type hints to ImageTransform
2024-01-01 21:45:56 +11:00
Andrew Murray
57096f55cf
Merge pull request #7642 from nulano/types-util
...
Add type hints to _util
2024-01-01 21:27:57 +11:00
Andrew Murray
59100652b6
Added type hints to ImageTransform
2024-01-01 20:33:34 +11:00
Andrew Murray
ea4fde8443
Merge branch 'main' into update-release-notes
2024-01-01 19:05:13 +11:00
Hugo van Kemenade
c7a1ce16ad
Merge pull request #7670 from radarhere/releasenotes
...
Added release notes for #7589 and #7654
2024-01-01 10:04:12 +02:00
Andrew Murray
ca94dae26b
Merge branch 'main' into update-release-notes
2024-01-01 19:03:59 +11:00
Hugo van Kemenade
c08426b834
Apply suggestions from code review
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-01 10:02:22 +02:00
Hugo van Kemenade
681f8183f3
Remove member-order
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-01 10:01:42 +02:00
Andrew Murray
f6aa00dd1e
Added release notes for #7654
2024-01-01 17:00:50 +11:00
Andrew Murray
1c183827e4
Added release notes for #7589
2024-01-01 16:47:37 +11:00
Andrew Murray
8676cbd4e7
Do not try and crop glyphs from outside of source ImageFont image
2024-01-01 16:13:24 +11:00
Andrew Murray
9bcd477058
Use consistent language
2024-01-01 14:19:16 +11:00
Hugo van Kemenade
129a4936d3
Update docs/releasenotes/10.2.0.rst
...
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
2023-12-31 09:53:59 -07:00
Hugo van Kemenade
2825323e84
Release notes: add ImageColor and ImageMode optimisations, and type hints
2023-12-31 17:48:31 +02:00
Nulano
aa605bc6f2
document IptcImagePlugin deprecations
2023-12-31 17:41:13 +02:00