FFImageLoading
FFImageLoading copied to clipboard
Image loading, caching & transforming library for Xamarin and Windows
## 🐛 Bug Report I got one error on the output, it doesn't make the app crashed, but I still wonder why it happended ### Expected behavior ### Reproduction steps...
Should be tested if it's worth to merge it.
## 🐛 Bug Report I've a Xamarin.Forms app where I display some logos through SVG files. On the same page, I've one SVG that is well displayed, and the second...
images webp called by url not working in ios, but android work perfect. I working with: PackageReference Include="Xamarin.FFImageLoading" Version="2.4.11.982" PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" PackageReference Include="Xamarin.Forms" Version="3.6.0.709228" I see this error: Image...
## 💬 Questions and Help I have Images usually over 5MB and if there is some images it will not scroll smoothly. but the image to be 100 * 100...
I tried `FFImageLoading`, Facebook's `Fresco` and `Glide`. I put all of them in test in a `RecyclerView` with 100 Gifs from Giphy API. Looped through 10 times to clear the...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) fix jpg/jepg image orientation of Android ### :arrow_heading_down: What is the current behavior? When the...
## 🐛 Bug Report ### Expected behavior When the Exif information of a jpg/jepg image has both Exif IFD0 and Exif Thumbnail, and the image orientation of Exif IFD0 and...
Hi. Suddenly out of the blue my Android build crashed with the following stack trace: ```c# System.NullReferenceException: Object reference not set to an instance of an object. at FFImageLoading.Forms.Platform.CachedImageRenderer+MotionEventHelper.HandleMotionEvent (Android.Views.IViewParent...
### Description ### Steps to Reproduce ### Expected Behavior ### Actual Behavior ### Basic Information - Version with issue: - Last known good version: - Platform: ### Screenshots ### Reproduction...