[PHP-WIN] Dynamic image, what size?

2001-03-09 Thread Martin Verstegen
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”); doesn’t work because it’s not a physical thing. Regards

[PHP-WIN] ImageString and ImageLoadFont

2001-02-05 Thread Martin Verstegen
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

RE: [PHP-WIN] Resize function jpeg/gif

2001-01-13 Thread Martin Verstegen
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