From 631c5dd2597be2592b7c53b07411f0fe3f0c6628 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Mar 2023 08:31:30 +0100 Subject: test build --- REFLECTION-im7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'REFLECTION-im7') diff --git a/REFLECTION-im7 b/REFLECTION-im7 index 1563dc7..d4a327b 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -490,7 +490,7 @@ Extension [ extension #78 imagick version 3.7.0 ] { Class [ class Imagick implements Stringable, Iterator, Traversable, Countable ] { - - Constants [626] { + - Constants [629] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } @@ -584,6 +584,8 @@ Extension [ extension #78 imagick version 3.7.0 ] { Constant [ public int COMPOSITE_SOFTDODGE ] { 77 } Constant [ public int COMPOSITE_STAMP ] { 78 } Constant [ public int COMPOSITE_RMSE ] { 79 } + Constant [ public int COMPOSITE_SALIENCY_BLEND ] { 80 } + Constant [ public int COMPOSITE_SEAMLESS_BLEND ] { 81 } Constant [ public int MONTAGEMODE_FRAME ] { 1 } Constant [ public int MONTAGEMODE_UNFRAME ] { 2 } Constant [ public int MONTAGEMODE_CONCATENATE ] { 3 } @@ -674,6 +676,7 @@ Extension [ extension #78 imagick version 3.7.0 ] { Constant [ public int COMPRESSION_WEBP ] { 23 } Constant [ public int COMPRESSION_DWAA ] { 24 } Constant [ public int COMPRESSION_DWAB ] { 25 } + Constant [ public int COMPRESSION_BC7 ] { 26 } Constant [ public int PAINT_POINT ] { 1 } Constant [ public int PAINT_REPLACE ] { 2 } Constant [ public int PAINT_FLOODFILL ] { 3 } -- cgit