I need to save an image after opening it in from an OFD. This is my code atm:
Dim ofd As New OpenFileDialog ofd.Multiselect = True ofd.ShowDialog() For Eac