A couple places in my application I'm using ImageCell
s with ImageSource
s from an image cache. This works fine on iOS, but on Android, the result is images that are being rendered in a manner that is not pixel-to-pixel; they're larger and blurrier.
Is there any way to say "look just trust me and render this image in a pixel-to-pixel manner"?