If you have a small set of possible images, I would suggest you create them once and save them as normal web-accessible png files, though. Then you won't need the perl code anymore, which will make your application a lot more efficient.my $q = CGI->new(); my $data = create_png_image_data(); binmode STDOUT; print $q->header( -type => 'image/png' ); print $data;
In reply to Re: Applet icons and GD
by Joost
in thread Applet icons and GD
by tucano
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |