AnimatedGif 1.0.5
Install-Package AnimatedGif -Version 1.0.5
dotnet add package AnimatedGif --version 1.0.5
<PackageReference Include="AnimatedGif" Version="1.0.5" />
paket add AnimatedGif --version 1.0.5
#r "nuget: AnimatedGif, 1.0.5"
// Install AnimatedGif as a Cake Addin
#addin nuget:?package=AnimatedGif&version=1.0.5
// Install AnimatedGif as a Cake Tool
#tool nuget:?package=AnimatedGif&version=1.0.5
// 33ms delay (~30fps)
using (var gif = AnimatedGif.Create("gif.gif", 33))
{
var img = Image.FromFile("img.png");
gif.AddFrame(img, delay: -1, quality: GifQuality.Bit8);
}
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on AnimatedGif:
Package | Downloads |
---|---|
iCom
iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on. // HttpContext Called in the ConfigureServices method services.AddContextAccessor(); // Called in the Configure method app.UseHttpContext(); // EfCore Called in the ConfigureServices method // Application Assembly var assembly = Assembly.GetExecutingAssembly(); // Register Database Models services.AddDbContext(assembly); // Auto Update Database services.AddMigrate(); // Register All Services services.AddService(assembly); |
|
PossumLabs.DSL.Web
Supports the creation of Domain-Specific Languages for test automation. Selenium support. |
|
PossumLabs.DSL.Slipka
Supports the creation of Domain-Specific Languages for test automation. Supports the interaction with Slipka. |
|
UVtools.Core
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation |
|
PossumLabs.Specflow.Selenium
For examples please see https://github.com/BasHamer/PossumLabs.Specflow This library is intended to be used with Specflow and adds a wrapper around selenium. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AnimatedGif:
Repository | Stars |
---|---|
sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
|
Migrate to .NET Standard