Yes...
get inspired from this simple HTML example even!

<html>

<head>

<title>Inline Image generation (via JavaScript)</title>

<meta name="Generator" content="EditPlus">

<meta name="Author" content="">

<meta name="Keywords" content="">

<meta name="Description" content="">

</head>

<script language="JavaScript">

<!--

img = "#define x_width 16\n#define x_height 16\nstatic char x_bits[] =
{0x00, 0x01, 0xe0, 0x0f, 0x10, 0x10, 0xf8, 0x3f, 0x10, 0x10, 0x50, 0x15,
0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x16,
0x50, 0x15, 0x10, 0x10, 0xe0, 0x0f, 0x00, 0x00}";

//-->

</script>

<body>

<img src="javascript:img">

</body>

</html>



"Niklas Lampen" <[EMAIL PROTECTED]> wrote in message
001701c12a09$25470c50$1521b9d5@laptop">news:001701c12a09$25470c50$1521b9d5@laptop...
> Is it possible to create images on the fly, if my phpinfo says nothing
about
> GD? What I know is that ImageCreateFromPNG() says it's undefined.
>
> If not, what do I need to install to php to make it possible?
>
>
> Niklas Lampén
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to