How to from vb save clipboard to tif without writing intermediate bmp?
I'd like to from vb save clipboard to tif and have found some VB code to retrieve the clipboard (Clipboard.GetData) and SavePicture which saves it as a bmp file, and then I can create a New Bitmap to load the bmp file and use its Save method to save into any format I like. However I don't want to save it to disk as a .bmp file first, is there a way to store the .bmp file in memory and access the Save method of the Bitmap class?








