AnimatedGif 1.0.5
A high performance .NET library for reading and creating (animated) GIFs
Install-Package AnimatedGif -Version 1.0.5
dotnet add package AnimatedGif --version 1.0.5
<PackageReference Include="AnimatedGif" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnimatedGif --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AnimatedGif, 1.0.5"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// 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);
}
// 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);
}
Release Notes
Migrate to .NET Standard
Dependencies
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
Used By
NuGet packages (4)
Showing the top 4 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.
|
|
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
This package is not used by any popular GitHub repositories.