10-03-2007 12:19 PM
10-04-2007 05:29 AM
Hi there,
Looking at your vi,
What is happening is that you are disposing of the image at the same time as you are trying to save the image. If you wire the error out from the write to bmp file vi to the error in of the dispose of image vi. Then you will save the file before you dispose of the image.
That should solve your problem. Post back if you have any problems.
Thanks
AdamB
10-04-2007 07:11 AM
Not sure what you intend to do with this image, maybe you'll be done with it after saving it or something else of that nature, but bmp files are often very large in comparison to other file techniques (png, etc.).
Take it or leave it, but may I suggest using another image type if you intend to do image processing on your file.
Regards,
10-04-2007 07:14 AM