phpbar.de logo

Mailinglisten-Archive

AW: [php] gd-lib? (php4win ist down) -> problem mit gif

AW: [php] gd-lib? (php4win ist down) -> problem mit gif

Christian Schäfer php_(at)_phpcenter.de
Tue, 19 Jun 2001 16:23:13 +0200


sorry, hatte natürlich überall wo 'png' steht 'gif' stehen... ;-)

	header("Content-type: image/gif");
	$im = _(at)_ImageCreate (50, 100);
	$background_color = ImageColorAllocate ($im, 255, 255, 255);
	$text_color = ImageColorAllocate ($im, 233, 14, 91);
	ImageString ($im, 1, 5, 5, "Ein Test-String", $text_color);
	ImageGIF ($im);

christian


_________________________________________________________
Do You Yahoo!?
Get your free _(at)_yahoo.com address at http://mail.yahoo.com



php::bar PHP Wiki   -   Listenarchive