yes it is ... considering you have enabled GD with PHP...
A Anonymous Guest Jan 25, 2005 #2 For resizing images, Imagick is a better choice. Like GD, it needs to be enabled as an extension. See here.
For resizing images, Imagick is a better choice. Like GD, it needs to be enabled as an extension. See here.
A Anonymous Guest Feb 1, 2005 #3 uncomment the following line to enable gd Code: ;extension=php_gd.dll to Code: extension=php_gd.dll