Salut,
am o problema la un site la incercarea imaginilor .gif, unde functia exec() e dezactivata de hosting provider, si tot ce pot sa fac este sa rescriu functia cica in GD2, insa habar nu am momentan (sper sa invat) despre ce este vorba. Functia este aceeasta de mai jos, ma poate ajuta cineva? (orice sfat este binevenit)
485 if(!file_exists($temppic))
486 {
487 $runinbg = "convert ".$file." -coalesce ".$temppic;
488 $runconvert = exec("$runinbg");
489 }
490 $runinbg = "convert -size ".$owh." ".$temppic." -resize ".$nwh." ".$output;
491 $runconvert = exec("$runinbg");
492 return true;
493 }
Multumesc.


Răspunde cu citat
