FFImageLoading - Fast & Furious Image Loading alternatives and similar packages
Based on the "API" category.
Alternatively, view FFImageLoading - Fast & Furious Image Loading alternatives based on common mentions on social networks and blogs.
-
NancyFx
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono -
ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all -
GraphQL for .NET
GraphQL for .NET -
WexFlow
An extensible workflow engine with a cross-platform manager and designer. -
Telegram.Bot
.NET Client for Telegram Bot API -
Hot Chocolate
Hot Chocolate is a GraphQL server, written in C# for .Net Core and .Net Framework -
Xamarin.Essentials
Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications. -
Mobius: C# API for Spark
Mobius adds C# language binding to Apache Spark, enabling the implementation of Spark driver code and data processing operations in C#. -
TLSharp
It's a perfect fit for any developer who would like to send data directly to Telegram users or write own custom Telegram client. -
WebAPI Contrib
Collection of open source projects to help improve your work with ASP.NET Web API -
JsonApiDotNetCore
JSON:API Framework for ASP.NET Core -
SapphireDb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core -
RedditSharp
C# Implementation of the Reddit API. This is an ("unofficial") Fork of SirCmpwn/RedditSharp with Nuget package/support. -
Nelibur
Nelibur is message based web service framework on the pure WCF. Nelibur simplifies creating high-performance and message based web services and you certainly have all the power of the WCF. -
Lib.AspNetCore.ServerSentEvents
Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core -
Breeze
Api framework enabling rich data access by using the OData 3 protocol. Client libraries available for Javascript and C#. -
Lib.Web.Mvc
Lib.Web.Mvc is a library bringing extensions to ASP.NET MVC for HTTP/2, Range Requests, Content Security Policy, jqGrid and more. -
cryptocompare-api
An async-based CryptoCompare API client library for .NET and .NET Core -
CommandQuery
Command Query Separation for ASP.NET Web API 2, ASP.NET Core, AWS Lambda and Azure Functions. -
Genius.NET
A .NET library to access Genius API @ (https://www.genius.com) -
ابزار Persian Tools
persiantools -
RequestManager
An HTTP request manager for .NET Core. -
Boycotter
Simple library for removing unnecessary properties from objects. -
GovLib
Interact with US government APIs in .NET -
DuckSharp
DuckDuckGo Async API Wrapper -
X.Web.Sitemap
Simple sitemap generator for .NET and .NET Core -
ASP.NET Web API
Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices -
ASP.NET WebAPI
Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of FFImageLoading - Fast & Furious Image Loading or a related project?
README
FFImageLoading - Fast & Furious Image Loading
Library to load images quickly & easily on Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac / Xamarin.Tizen and Windows (UWP, WinRT).
Authors: Daniel Luberda, Fabien Molinet. If you would like to help maintaining the project, just let us know!
iOS / Android / Mac / Windows / Tizen | Xamarin.Forms |
---|---|
Addon | iOS / Android / Mac / Tizen / Windows | Xamarin.Forms |
---|---|---|
Transformations | ||
SVG support |
Features
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac, Xamarin.Tizen and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage)
- Deduplication of similar download/load requests. (If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).
- Error and loading placeholders support
- Images can be automatically downsampled to specified size (less memory usage)
- Fluent API which is inspired by Picasso naming
- SVG / WebP / GIF support
- Image loading Fade-In animations support
- Can retry image downloads (RetryCount, RetryDelay)
- Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible.
- Transformations support
- BlurredTransformation
- CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
- ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
- FlipTransformation, RotateTransformation
- Supports custom transformations (native platform
ITransformation
implementations)