This little module will let you save the content of a canvas to either a PNG, JPG or BMP file.
A little test programm is basically self explaining. About its usage. The relevant part is this:
Import saveImage
'...
Local file := RequestFile("Save file....", "Image Files:png,jpg,bmp;All...