Problem:
The GD graphic library compiled in your PHP configuration is not sufficient to support any GIF images. It allows only JPG images.
Solution:
To enable image manipulation (auto-thumbnail creation, image resizing, copyright text writing), and reading of EXIF info, please make sure that all the images you uploaded are in JPG format.
You will need PHP Version 4.3.9 or GD Version 2.0.28 to support both JPG and GIF images.
|