I've just installed CPG 1.2 and am trying to batch add pictures.
The error message I keep getting is:
When using the GD image library allowed image types are only JPEG and PNG.
In the Config, the accepted file extensions for uploaded pictures are GIF/PNG/JPG/JPEG/TIF/TIFF
The files I am trying to upload ARE .gif!
Any help would be very much appreciated :)
as the error says: with GD, you can only use jpg and png.
The line in config saying "Accepted file extensions for uploaded pictures" only refers to those who are running ImageMagick!
There's a legal issue with GIFs, that's why there's no support for it with GD (read GD-faq (http://www.boutell.com/gd/faq.html) for details).
GauGau
http://www.boutell.com/gd/faq.html
In summary, GIF is not supported by GD, not for awhile still. You might want to try ImageMagick, but the thumbnail generated might actually be bigger than the original file. Similar story to the above FAQ.