Nasch: Bildqualität einstellen

Beitrag lesen

nochmal ich

ok dazu musst du noch folgendes schreiben:

d.h. das screine ich dann nach

ImageJpeg($dst_img, '', 90);

oder?

$schwarz = ImageColorAllocate ($dst_img, 0, 0, 0);
ImageTTFText ($dst_img, 12, 0, 10, 20, $schwarz, "arial.ttf", "copyright by Nash");
ImageDestroy ($dst_img);

Muss ich das ImageDestroy schreiben, wird sonst nicht das ganze Bild gelöscht??

Leider klappt das nicht, kann das sein, dass es an der Angabe von arial.ttf liegt, woher weiß ich wo arial.ttf liegt?

Vielen, vielen Dank,

Nasch