AnimatedGif 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package AnimatedGif --version 1.0.2
NuGet\Install-Package AnimatedGif -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AnimatedGif" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnimatedGif --version 1.0.2
#r "nuget: AnimatedGif, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AnimatedGif as a Cake Addin
#addin nuget:?package=AnimatedGif&version=1.0.2

// Install AnimatedGif as a Cake Tool
#tool nuget:?package=AnimatedGif&version=1.0.2
// 33ms default delay (~30fps)
using (var gif = AnimatedGif.Create("gif.gif", 33)) {	
    gif.AddFrame(img, -1, GifQuality.Default);
}
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.

UVtools.Core

MSLA/DLP, file analysis, calibration, repair, conversion and manipulation

PossumLabs.DSL.Slipka

Supports the creation of Domain-Specific Languages for test automation. Supports the interaction with Slipka.

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 (2)

Showing the top 2 popular GitHub repositories that depend on AnimatedGif:

Repository Stars
sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
dotnet/AspNetCore.Docs.Samples
Version Downloads Last updated
1.0.5 124,961 6/30/2019
1.0.3 8,586 10/2/2018
1.0.2 2,000 6/6/2018
1.0.1 2,420 4/27/2017
1.0.0.3 983 10/2/2018

Added Wrapper for Create and Load