You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by natuanorg May 28, 2024
We are currently using React Native Skia for image rendering in our application and have noticed that the image quality is significantly lower compared to when using the expo-Image library.
Here is a sample code snippet for rendering an image using React Native Skia and expo-image to illustrate the issue:
We are looking for guidance on how to improve image rendering quality using React Native Skia. Any insights, recommendations, or configurations that could help us achieve better quality would be greatly appreciated.
Thank you for your attention to this matter. We look forward to your support and suggestions.
The text was updated successfully, but these errors were encountered:
wcandillon
changed the title
Sampling issue with Image transformations
Sampling issue with WebP
Jun 28, 2024
@natuanorg I decided to expose a generic sampling option instead of just exposing the cubicSampling property.
This means that it will take me a bit more time to ship the feature.
Discussed in #2449
Originally posted by natuanorg May 28, 2024
We are currently using React Native Skia for image rendering in our application and have noticed that the image quality is significantly lower compared to when using the expo-Image library.
Here is a sample code snippet for rendering an image using React Native Skia and expo-image to illustrate the issue:
We are looking for guidance on how to improve image rendering quality using React Native Skia. Any insights, recommendations, or configurations that could help us achieve better quality would be greatly appreciated.
Thank you for your attention to this matter. We look forward to your support and suggestions.
The text was updated successfully, but these errors were encountered: