Revision history for PhpImageGenerator


Revision [13737]

Last edited on 2012-05-07 00:56:02 by ToBo
Additions:
=====Bildgenerierung mit PHP=====
%%(php)
<?php
header ("Content-type: image/png");
$im = 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);
ImagePNG ($im);
?>
%%
Deletions:
=====Titel=====


Revision [13736]

The oldest known version of this page was created on 2012-05-07 00:55:32 by ToBo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki