Commit 7ee5fba7c for imagemagick.org

commit 7ee5fba7c2fb80659906cc87fb7c092d2ffa523c
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Fri Sep 4 22:49:33 2026 -0400

    replace deprecated -affine option

diff --git a/tests/validate.h b/tests/validate.h
index 7ebe0b8b4..1b37d7c16 100644
--- a/tests/validate.h
+++ b/tests/validate.h
@@ -98,7 +98,6 @@ static const char
   *convert_options[] =
   {
     "",
-    "-affine 1,0,0.785,1,0,0 -transform",
     "-alpha set",
     "-black-threshold 20%",
     "-blur 0x0.5",
@@ -135,6 +134,7 @@ static const char
     "-depth 16",
     "-depth 32",
     "-despeckle",
+    "+distort AffineProjection '1,0,0.785,1,0,0'",
     "-draw \"affine 1,0,0.785,1,0,0\"",
     "-draw \"rectangle 20,10 80,50\"",
     "-edge 0x1",