react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Larger images don't look good when small

Open ilyakar opened this issue 5 years ago • 4 comments

No anti alias is applied to large images which are styled to be small. Makes them look very pixelated.

ilyakar avatar Apr 11 '19 06:04 ilyakar

I use RN 0.60.5 and have the same issue. When using RN's Image its ok

RageOfJustice avatar Sep 25 '19 08:09 RageOfJustice

Is there any answer to this question??

RoysyLee avatar Feb 28 '20 13:02 RoysyLee

@ilyakar Have you looked into using Thumbnail Decoding from SDWebImage? I've been dealing with the same issue and using SDWebImageContextImageThumbnailPixelSize helps with image quality (now I get the same quality as using RN's Image) and it also helped with memory consumption.

vmseba avatar Oct 16 '20 21:10 vmseba

Hey @ilyakar, @RageOfJustice, @RoysyLee and @vmseba not sure if you guys still need a fix for this but I've just opened a PR fixing this problem, you can find the solution for this here -> https://github.com/DylanVann/react-native-fast-image/pull/916

gabrieldonadel avatar Aug 02 '22 20:08 gabrieldonadel