Gossamer Forum
Home : General : Perl Programming :

printing images in perl

Quote Reply
printing images in perl
Can anyone tell me how I can solve this problem:
I have three gif or jpg pics, 1.jpg 2.jpg and 3.jpg
and I want to print them from script for example http://www.mydomain/cgi-bin/pics.cgi and when someone go there it print all three pics "together" as one picture....
I hope you understand ....
bye
Quote Reply
Re: printing images in perl In reply to
You will need to use the GD.pm module. There are a few good examples at http://www.cgi-resources.com under the "counters" category.