Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: png to bmp 24

by Anonymous Monk
on Apr 03, 2004 at 03:55 UTC ( [id://342225]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $file="c:/web/bcimages/$ID.png";
    $file1="c:/web/bcimages/$ID.bmp";
    ...
    $image->Set(depth=>8);   
    $x = $image->Write($file1);    
    warn "$x" if "$x";
    
  2. or download this
    $file="c:/web/bcimages/$ID.png";
    $file1="c:/web/bcimages/$ID.bmp";
    ...
    
    $x = $image->Write($file1);    
    warn "$x" if "$x";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found