I have a camera take a picture (as a BMP) in a class. The user then clicks Done when they have the picture they want. How do I go about accessing that saved bmp in another class?
In other words, how do I use that saved pic in a different class and do something to that picture? Do I have to declare it globally?
Thanks!