Currently I'm loading the image from the local disk but I would like to embed the image into the program, I have added the image epsonScanner.png
to the project and it appears in Solution Explorer how can add this to the array?
images.Add(Image.FromFile(@"E:\epsonScanner.png"));