For Photo Gallery and Geo Traffic components, you will need to have GD graphics library compiled in your PHP configuration, either Version 1.6.2, 2.0 or above.
GD graphics library is used to create and manipulate (write) image files using PHP code, such as auto thumbnail creation, image resize, add copyright text and graph generation.
The format of images the gallery system able to manipulate depends on the version of GD you installed :
- JPG format images - Read & Write support is available with PHP 4.3.0 and the bundled GD library.
- GIF format images - Read-only GIF is supported with PHP 4.3.0 and the bundled GD library.
Write support is available since PHP 4.3.9 and PHP 5.0.1, or with GD 2.0.28.
To check if you have GD graphics library enabled, use the phpinfo() function. Or if you already have the One Admin files uploaded to your web server, you can access the URL http://your_domain.com/oneadmin/phpinfo.php with your browser.
Below are the screen shots to show that you have the required GD graphics library running.


|