Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: BMP: Drawing or photograph?

by zentara (Archbishop)
on Oct 29, 2012 at 10:28 UTC ( [id://1001337]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # using the ImageMagick c program
    system( "convert  my.bmp my png");
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    #or if you want to write to stdout
    #binmode STDOUT;
    #$output->Write('jpg:-');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-23 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found