Hi,
I've developed an application to capture and save images to a database, but I'm having an issue with memory usage. On my domain object I have 3 properties:
Image -
Byte array, contents are a jpg
RealImageThumb - The
byte array converted to a BitmapImage and shrunk, displayed to the user in a gridview with other thumbnails
RealImage -
…