I am trying to create a function that will save an image to a file. I am
getting the image from a third party device. The ActiveX control that
communicates with the device has a couple of properties that I should be
able to use to write the image file: ImageData which is a pointer to where
the image is stored in ram; and ImageSize. But, I do not know how to use
these to save the image to a file. It seems like there should be some kind
of a function to do this, but I have not been able to find it. Any help?
Thanks,
Blake