FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

Image loading, caching & transforming library for Xamarin and Windows

Results 115 FFImageLoading issues
Sort by recently updated
recently updated
newest added

It does not look like this library is going to be updated to MAUI, see below some resources for a rewrite. https://github.com/jonathanpeppers/glidex/issues/106

## 🏗 Enhancement Proposal Hi and thanks for a great plugin that a lot of people rely on! Unfortunately it doesn't seem that this project is really maintained anymore, which...

Good Day All i have the following Image from this https://docs.microsoft.com/answers/storage/attachments/207702-example.png and it displays like this https://docs.microsoft.com/answers/storage/attachments/207693-badimage.png and my xaml that shows the image is ``` ``` how can i...

## 🐛 Bug Report Using an svg image with some gradient, displays the image with just 1 color. Link to the image: https://svgur.com/i/Kzh.svg ### Expected behavior See the image correctly:...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Fixes #1523 ### :arrow_heading_down: What is the current behavior? NullReferenceException thrown, when ImageLoaderTask.MemoryCache has entries...

## 🐛 Bug Report I use this package to display a set of images uploaded by users -- which can be large in size -- in a "Media Gallery" fashion...

### Description I cant load images from url other than the sample Sample http://loremflickr.com/600/600/nature?filename=simple.jpg John Wick Poster https://assets.fanart.tv/fanart/movies/458156/movieposter/john-wick-chapter-3--parabellum-5ccc4fd94c297.jpg ### Steps to Reproduce Try the URL above in any xaml code...

## 🐛 Bug Report Hi, I’ve a requirement to show “.SVG” image on my Xamarin form. The “Xamarin.Forms.Image” control is not showing the SVG images so I tried using the...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Manually invoke `Destroy()` on allocated RenderScript objects within the (Android) `BlurTransformation` class. Previously the assumption...

We are using this plugin for our Map page replacing the SVG pin color which has 2 parts. White is the pin background, and on the center of the pin...