VOOZH about

URL: https://www.nuget.org/packages/BitMiracle.LibTiff.NET/

⇱ NuGet Gallery | BitMiracle.LibTiff.NET 2.4.660




👁 Image
BitMiracle.LibTiff.NET 2.4.660

Prefix Reserved
dotnet add package BitMiracle.LibTiff.NET --version 2.4.660
 
 
NuGet\Install-Package BitMiracle.LibTiff.NET -Version 2.4.660
 
 
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="BitMiracle.LibTiff.NET" Version="2.4.660" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BitMiracle.LibTiff.NET" Version="2.4.660" />
 
Directory.Packages.props
<PackageReference Include="BitMiracle.LibTiff.NET" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BitMiracle.LibTiff.NET --version 2.4.660
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BitMiracle.LibTiff.NET, 2.4.660"
 
 
#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.
#:package BitMiracle.LibTiff.NET@2.4.660
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BitMiracle.LibTiff.NET&version=2.4.660
 
Install as a Cake Addin
#tool nuget:?package=BitMiracle.LibTiff.NET&version=2.4.660
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

.NET version of LibTiff library made by Bit Miracle

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (49)

Showing the top 5 NuGet packages that depend on BitMiracle.LibTiff.NET:

Package Downloads
IronSoftware.System.Drawing

IronSoftware.System.Drawing - The C# Image Library A universally compatible Bitmap format for .NET 8, .NET 7, .NET 6, and .NET 5, .NET Core on Windows, macOS, Linux, Docker, AWS, Azure, NanoServer, IIS, Mobile, Xamarin, iOS, Android, and Google Compute. Works seamlessly with popular Image and Bitmap formats such as System.Drawing.Bitmap, SkiaSharp, SixLabors.ImageSharp, Microsoft.Maui.Graphics. Implicit casting means that using this class to input and output Bitmap and image types from public API's gives full compatibility to all image type fully supported by Microsoft. Key library features include: * AnyBitmap: A universally compatible Bitmap class. Implicit casting between System.Drawing.Bitmap, System.Drawing.Image, SkiaSharp.SKBitmap, SkiaSharp.SKImage, SixLabors.ImageSharp, Microsoft.Maui.Graphics.Platform.PlatformImage to IronSoftware.Drawing.AnyBitmap * Color: A universally compatible Color class. Implicit casting between System.Drawing.Color, SkiaSharp.SKColor, SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats to IronSoftware.Drawing.Color * Rectangle: A universally compatible Rectangle class. Implicit casting between System.Drawing.Rectangle, SkiaSharp.SKRect, SkiaSharp.SKRectI, SixLabors.ImageSharp.Rectangle to IronSoftware.Drawing.Rectangle * Font: A universally compatible Font class. Implicit casting between System.Drawing.Font, SkiaSharp.SKFont, SixLabors.Fonts.Font to IronSoftware.Drawing.Font * Point: A universally compatible Point class. Implicit casting between System.Drawing.Point, SixLabors.ImageSharp.Point, SkiaSharp.SKPointI to IronSoftware.Drawing.Point * Size: A universally compatible Size class. Implicit casting between System.Drawing.Size, SixLabors.ImageSharp.Size, SkiaSharp.SKSizeI to IronSoftware.Drawing.Size IronSoftware.Drawing can be used within C#, VB.NET, F#, ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET 9 * .NET 8 * .NET 7 * .NET 6 * .NET 5 * .NET Core 2.0 + * .NET Framework 4.6.2 + For general support and technical inquiries, please email us at: support@ironsoftware.com

Syncfusion.Pdf.Imaging.Net.Core

Syncfusion® Essential PDF Imaging is a .NET standard PDF library used to draw the image files to PDF in any .NET Core applications. Key features: • Supports drawing JPEG, PNG, GIF, BMP, and TIFF images to PDF document. Learn more: https://www.syncfusion.com/pdf-framework/net-core Documentation: http://help.syncfusion.com/file-formats/pdf/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forums: https://www.syncfusion.com/forums/windowsforms This is a commercial product and requires a paid license for possession or use. The Syncfusion® licensed software, including this component, is subject to the terms and conditions of the Syncfusion® EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion®, Inc. All Rights Reserved. The Syncfusion Essential Studio® license and copyright applies to this distribution.

GroupDocs.Conversion

This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.

Syncfusion.Pdf.Imaging.NET

Syncfusion® Essential PDF Imaging is a .NET standard PDF library used to draw the image files to PDF in any .NET applications.

Mapsui.Extensions

Mapsui - Library for mapping Extensions

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on BitMiracle.LibTiff.NET:

Repository Stars
sourcegit-scm/sourcegit
Windows/macOS/Linux GUI client for GIT users
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, Avalonia, Uno Platform, Blazor, WPF, WinUI, Windows Forms, Eto Forms, .NET for Android and .NET for iOS
VahidN/iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core
Zarbuz/FileToVox
Tool for convert files into Magicavoxel file
dem-net/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
BitMiracle/libtiff.net
.NET version of LibTiff library made by Bit Miracle and contributors
iron-software/IronSoftware.System.Drawing
An open-source System.Drawing.Common replacement for .NET 5 and above on all platforms. Bringing together System.Drawing, Maui, and ImageSharp's Bitmap, Image, Font, and Shape types via an agnostic free NuGet package.
apdevelop/tile-map-service
Tile server for .NET8 with MBTiles, Filesystem, GeoTIFF, HTTP sources and XYZ, TMS, WMTS, WMS endpoints (protocols support) and various output formats
surveysolutions/surveysolutions
Survey Solutions is a survey management and data collection system developed by the World Bank.
Version Downloads Last Updated
2.4.660 851,209 12/19/2024
2.4.649 26,397,573 8/5/2021
2.4.639 846,825 5/8/2020
2.4.638 510,785 2/28/2020
2.4.633 796,684 4/29/2019
2.4.626 292,305 11/3/2018
2.4.624 3,007 11/1/2018
2.4.584.1 518,746 9/22/2017
2.4.584 3,565 9/22/2017
2.4.583 11,488 4/1/2017
2.4.582 4,783 3/9/2017
2.4.581 3,379 3/6/2017
2.4.571 23,022 11/12/2016
2.4.560 109,585 7/18/2016
2.4.542 72,588 4/25/2016
2.4.528 48,878 11/16/2015
2.4.518 19,166 7/24/2015
2.4.511 15,888 4/26/2015
2.4.509 4,078 4/22/2015
2.4.508 10,670 3/28/2015
Loading failed