From 780c6e0a9cedb8dbecf5e4aca00996c73c0723d5 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 20 Mar 2013 11:01:37 +0100 Subject: - add affine matrix helper for translate, scale, rotate and shear --- ext/gd/php_gd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 044277c6c8..fd6836c583 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -130,6 +130,7 @@ PHP_FUNCTION(imagecrop); PHP_FUNCTION(imagecropauto); PHP_FUNCTION(imagescale); PHP_FUNCTION(imageaffine); +PHP_FUNCTION(imageaffinegetmatrix); PHP_FUNCTION(imagesetinterpolation); #endif -- cgit v1.2.1