diff --git a/reference/image/functions/imageavif.xml b/reference/image/functions/imageavif.xml
index 2685896ba78d..db549fa7c956 100644
--- a/reference/image/functions/imageavif.xml
+++ b/reference/image/functions/imageavif.xml
@@ -63,6 +63,37 @@
&gd.return.trueonerror;
+
+ &reftitle.errors;
+
+ Throws a ValueError if quality
+ or speed is invalid.
+
+
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.4.0
+
+ Now throws a ValueError if quality
+ or speed is invalid.
+
+
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml
index e29b8a9b10e3..9204acf7e1de 100644
--- a/reference/image/functions/imagefilter.xml
+++ b/reference/image/functions/imagefilter.xml
@@ -234,6 +234,16 @@
&return.success;
+
+
+ &reftitle.errors;
+
+ Throws a ValueError
+ if sub or plus would cause over-/underflow
+ with the IMG_FILTER_SCATTER filter.
+
+
+
&reftitle.changelog;
@@ -246,6 +256,14 @@
+
+ 8.4.0
+
+ Now throws a ValueError
+ if sub or plus would cause over-/underflow
+ with the IMG_FILTER_SCATTER filter.
+
+
&gd.changelog.image-param;
7.4.0
diff --git a/reference/image/functions/imagejpeg.xml b/reference/image/functions/imagejpeg.xml
index 46eb729f5cd7..b811358e1a18 100644
--- a/reference/image/functions/imagejpeg.xml
+++ b/reference/image/functions/imagejpeg.xml
@@ -50,6 +50,13 @@
&gd.return.trueonerror;
+
+ &reftitle.errors;
+
+ Throws a ValueError if quality is invalid.
+
+
+
&reftitle.changelog;
@@ -61,6 +68,12 @@
+
+ 8.4.0
+
+ Now throws a ValueError if quality is invalid.
+
+
&gd.changelog.image-param;
diff --git a/reference/image/functions/imagepng.xml b/reference/image/functions/imagepng.xml
index 0c7ff5e31e57..78189e92f004 100644
--- a/reference/image/functions/imagepng.xml
+++ b/reference/image/functions/imagepng.xml
@@ -75,6 +75,13 @@
&gd.return.trueonerror;
+
+ &reftitle.errors;
+
+ Throws a ValueError if quality is invalid.
+
+
+
&reftitle.changelog;
@@ -86,6 +93,12 @@
+
+ 8.4.0
+
+ Now throws a ValueError if quality is invalid.
+
+
&gd.changelog.image-param;
diff --git a/reference/image/functions/imagescale.xml b/reference/image/functions/imagescale.xml
index ce55588c6073..dd8dff982675 100644
--- a/reference/image/functions/imagescale.xml
+++ b/reference/image/functions/imagescale.xml
@@ -76,6 +76,17 @@
+
+ &reftitle.errors;
+
+ Throws a ValueError if width
+ or height would cause over-/underflow.
+
+
+ Throws a ValueError if mode is invalid.
+
+
+
&reftitle.changelog;
@@ -87,6 +98,19 @@
+
+ 8.4.0
+
+ Now throws a ValueError if width
+ or height would cause over-/underflow.
+
+
+
+ 8.4.0
+
+ Now throws a ValueError if mode is invalid.
+
+
8.0.0
diff --git a/reference/image/functions/imagewebp.xml b/reference/image/functions/imagewebp.xml
index 20c66be87551..ec4d28172756 100644
--- a/reference/image/functions/imagewebp.xml
+++ b/reference/image/functions/imagewebp.xml
@@ -51,6 +51,13 @@
&gd.return.trueonerror;
+
+ &reftitle.errors;
+
+ Throws a ValueError if quality is invalid.
+
+
+
&reftitle.changelog;
@@ -62,6 +69,12 @@
+
+ 8.4.0
+
+ Now throws a ValueError if quality is invalid.
+
+
&gd.changelog.image-param;