Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Image::Magick and outputting to browser

by Hagbone (Monk)
on May 21, 2003 at 22:17 UTC ( [id://259915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    binmode STDOUT;
    $x = $image->Write(.png:-');
    
  2. or download this
    print "Content-type: image/png\n\n";
    
  3. or download this
    $| = 1;
    
  4. or download this
    #!/usr/local/bin/perl
    
    ...
        $img->Resize(width=>$ox/$r,height=>$oy/$r);
        return $img, sprintf("%.0f",$ox/$r), sprintf("%.0f",$oy/$r);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-18 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found