I'm saving a bitmap to the internal storage through the compress() method.
The bitmap was first decoded from a byte array (from camera) so I'm assuming the bitmap factory would scale it depending on the screens density.
When I later decode the bitmap from a filestream; will it be scaled again with android assuming it as being for a medium density screen?