Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

combining html and on-the-fly images using Image::Magick

by Hagbone (Monk)
on May 24, 2003 at 15:13 UTC ( [id://260590]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "Content-type: image/gif\n\n";
    binmode STDOUT;
    $thumb->Write('gif:-');
    
  2. or download this
    print "Content-type:text/html\n\n";
    <code>
    ...
    the html displays fine, but the images appear as binary code. If I use
    + the 
    <code>
    print "Content-type: image/gif\n\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://260590]
Approved by benn
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found