Dawa www.shootmeagain.com | Voilà, avec ce script, pour l'instant, je voudrais simplement créer une image de 400x100 en niveaux de gris, à partir d'une image existante ouverte dans la variable $file. Je n'obtiens pas de message d'erreur, mais je n'ai en résultat qu'une image noire... Qu'est-ce qui foirax ?
Merci !
Code :
- function imgtitre($band, $path, $bd)
- {
- //Créé une image à partir de $file
- $req=$bd->req_exe("select idtof, galerie, bandname from tofs, groupe, galerie where idband=$band and tofs.galerie=galerie.idgal and galerie.band=groupe.idband order by rand() limit 1" );
- $data=$bd->objetSuiv($req);
- $bandname=stripslashes($data->bandname);
- $file="photos/".$data->galerie."/".$data->idtof.".jpg";
- $img = ImageCreate(400,100);
- $img2= ImageCreatefromJpeg($file);
- ImageCopyMergeGray($img,$img2,0,0,0,0,10,10,90);
- $imgThumbName = $path;
- $fp = fopen($imgThumbName, "wb" );
- fclose($fp);
- ImageJpeg($img, $imgThumbName,90);
- return $imgThumbName;
- }
|
---------------
SHOOT ME AGAIN WEBZINE
|