Commit Graph

30 Commits

Author SHA1 Message Date
Andrew Murray
ad42bb3f91
Merge branch 'main' into jpeg-app-segments 2025-10-21 18:18:09 +11:00
Hugo van Kemenade
348589a367
Docs: use sentence case for headers (#8914)
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2025-04-21 19:03:31 +10:00
Andrew Murray
604c1cf8fd
Merge branch 'main' into jpeg-app-segments 2024-07-26 22:22:39 +10:00
Andrew Murray
aeb51cbb16
Merge branch 'main' into lcms 2024-04-01 19:26:55 +11:00
Andrew Murray
facf3af93d Added release notes 2024-04-01 09:25:59 +03:00
Andrew Murray
f6596d5293 Added release notes and document deprecation 2024-04-01 09:12:22 +03:00
Hugo van Kemenade
6d57e88237
Improve wording
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
2024-03-31 17:41:46 +03:00
Hugo van Kemenade
edd620a352 Add type hints to release notes 2024-03-31 15:56:57 +03:00
Andrew Murray
38f9193796 Added release notes for #7872 2024-03-25 10:35:00 +11:00
Andrew Murray
d7dba1cc67 Added release notes for #7882 2024-03-25 10:04:02 +11:00
Andrew Murray
0248e41800 Added release notes for #7891 2024-03-25 10:02:19 +11:00
Hugo van Kemenade
2568fd891f Remove listing of newly-added release notes in 10.4 release notes 2024-03-16 20:29:48 +02:00
Alex Clark
e7d8774d70 Wording 2024-03-15 14:20:12 -04:00
Alex Clark
115179e5a6 Update release notes for #7864 2024-03-15 14:08:48 -04:00
Alex Clark
5b3dabb3a0 Add release notes for 2.6.0 for #7864 2024-03-15 10:27:29 -04:00
Alex Clark
b5f77799ca Update release notes to match template for #7864 2024-03-15 10:01:42 -04:00
Alex Clark
180f37b18e Update release notes to match template for #7864
- Categorized previously uncategorized notes under ``Other Changes``
- TODO: Fix categorization of notes in ``Other Changes`` that belong in other categories
2024-03-15 10:01:42 -04:00
Andrew Murray
b5c6f20007 Added release notes 2024-02-22 20:32:46 +11:00
Andrew Murray
0cb8654f02
Merge branch 'main' into jpeg-app-segments 2024-02-11 22:07:06 +11: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
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
208a34c079
Merge branch 'main' into deprecate-cms-constants 2024-01-09 07:15:41 +11: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
edc46e223b document ImageCms deprecations 2024-01-08 01:27:41 +01:00
Benjamin Gilbert
6ade47f7c0 Add release notes for 10.3.0 2024-01-06 21:53:18 -06:00