When i try to upload image (jpeg or PNG) i have an error "PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed" but my webhoster allready have GD
This is info.php (http://prokite.ru/info.php)
Search the forum for the GD test script.
finde only this one http://forum.coppermine-gallery.net/index.php?topic=194&highlight=gd+test+script and i don't think that is what i'm looking for
No, that is a rotation script. You need:
http://forum.coppermine-gallery.net/index.php?topic=503
Script (http://prokite.ru/gdtest.php) create the image. What should i do now? Where is a problem? Or the problem is that for CPG GD create tumbnails in jpg format and since my webhoster hase GD without jpg lib i recive this error?
sure, as coppermine was created to display JPEGs you need jpeg support built into GD. Ask your webhost for this!
GauGau
is there any possibilities to chose what tumbneil format should be for file format (jpg tumbs for jpg files and png tumbs for png files)
this is the default behaviour. Coppermine just checks GD support by executing some php/gd commands to modify a jpeg file, that's why it says you don't have proper GD support.
Just test it for yourself...
GauGau