Return to Snippet

Revision: 69983
at October 20, 2015 23:11 by gofast505


Initial Code
Cognex.VisionPro.ImageFile.CogImageFileBMP lcogBMPImage = new Cognex.VisionPro.ImageFile.CogImageFileBMP();
        lcogBMPImage.Open(string.Concat("D:\\Jobs\\Station01\\Images\\Test\\Strip_", i.ToString(), ".bmp"), Cognex.VisionPro.ImageFile.CogImageFileModeConstants.Write);
        lcogBMPImage.Append((CogImage8Grey) mImagesOut[i]);
        lcogBMPImage.Close();
        ((IDisposable) lcogBMPImage).Dispose();

Initial URL


Initial Description
Simple script to save Cognex Image using ImageFile.

Initial Title
Cognex Vpro Save Image

Initial Tags
image

Initial Language
C#