- or download this
print "Content-type: image/gif\n\n";
print $im->gif;
- or download this
<IMG SRC="image.cgi">
- or download this
<IMG SRC="&image_routine">
- or download this
$gif_data = $im->gif;
open (TEST,"$image_test") || die;
binmode TEST;
print TEST $gif_data;
close TEST