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 ForkBug September 12, 2024
In maui, the best practice to display an image is using FFImageLoading, which provides lazy loading, cache, and automatic downsampling.
In Uno, ImageEx and ImageCache from Windows Community Toolkit provide lazy loading and cache. But no automatic downsampling.
What's the best practice in Uno to show an image?
The text was updated successfully, but these errors were encountered:
Discussed in #18190
Originally posted by ForkBug September 12, 2024
In maui, the best practice to display an image is using FFImageLoading, which provides lazy loading, cache, and automatic downsampling.
In Uno, ImageEx and ImageCache from Windows Community Toolkit provide lazy loading and cache. But no automatic downsampling.
What's the best practice in Uno to show an image?
The text was updated successfully, but these errors were encountered: