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