The Image_IO object
' an image saver class.
' Save_Buffer is the primary function of must usefulness.
'BMP
'TIFF or TIF
'GIF
'JPG or JPEG
'PNG
Function Save_Image(ByVal FileName As String, ByVal Img_format As String, Optional ByVal Quality As Long = 80) As Long