From bca4d434b33d0bac8e153ba27ce2ea5cce7eb5a9 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 23 Oct 2020 00:40:29 +0200 Subject: [PATCH] NEWS: update with new "file-heif-av1-load" procedure. `gimp-2-10` branch has a common load procedure for HEIC and AVIF, but the main file-heif contributor (Daniel Novomesky) considers it better to have 2 procedures. Among other things, it helps to allow using a separate plug-in for AVIF while this procedure is still used for HEIC. This won't be backported to 2.10 because it changes the existing procedure usage. So it's a master-only change, hence adding it to NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 869c08e55d..7af0a4c418 100644 --- a/NEWS +++ b/NEWS @@ -109,6 +109,8 @@ Plug-ins: - HEIF export allows selecting color subsampling/pixel format (YUV444, YUV420, RGB) and encoder speed (Slow, Balanced, Fast). Lossless option delivers visually lossless output. + - New "file-heif-av1-load" procedure separate from "file-heif-load" + for AVIF only. API: