Hi,
I make a button with use of:
$im = ImageCreate(50,50);
At the end of this story I send it to the output stream:
ImagePNG($im);
Now I want to know how much memory I sended to the output stream. How do I
do that?
filesize (image.png); doesnt work because its not a physical thing.
Regards
Hi there,
I want to make my buttons on run-time. ImageString does the job. But I can
only use font 1 to 5. That are built-in fonts. Off course I want to use
another font. ImageLoadFont should do that job. But how??
Greetings,
Martin verstegen
2FIT
--
PHP Windows Mailing List (http
nction jpeg/gif
Hi,
I've seen that the GD extension provides functions to create and manipulate
images. I didn't find a function to resize an image. Is a resize possible
with PHP or do I have to call an external function?
Regards,
Martin Verstegen
2FIT
--
PHP Windows Mailing List