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:-');