I am developing an application that requires me to retrieve multiple images from a Cache database and then display them on an Application.
At the moment i write the images to binary array's and then convert them to bitmap images on the application, but the Base64 string is about 30% larger that the actual image.
What encoding method should i use to reduce the overhead involved in storing these images?