diff --git a/reference/image/functions/jpeg2wbmp.xml b/reference/image/functions/jpeg2wbmp.xml
index 47810a96b2..432f1dabd7 100644
--- a/reference/image/functions/jpeg2wbmp.xml
+++ b/reference/image/functions/jpeg2wbmp.xml
@@ -5,6 +5,17 @@
jpeg2wbmp
Convert JPEG image file to WBMP image file
+
+
+
+
+ jpeg2wbmp has been deprecated as of PHP 7.2.0, and will
+ be removed as of PHP 8.0.0. Use imagecreatefromjpeg and
+ imagewbmp instead.
+
+
+
+
&reftitle.description;
diff --git a/reference/image/functions/png2wbmp.xml b/reference/image/functions/png2wbmp.xml
index 659ced2046..c03af3b696 100644
--- a/reference/image/functions/png2wbmp.xml
+++ b/reference/image/functions/png2wbmp.xml
@@ -5,6 +5,17 @@
png2wbmp
Convert PNG image file to WBMP image file
+
+
+
+
+ png2wbmp has been deprecated as of PHP 7.2.0, and will
+ be removed as of PHP 8.0.0. Use imagecreatefrompng and
+ imagewbmp instead.
+
+
+
+
&reftitle.description;