This topic provides information about the following:
NuGet is the package manager for the Microsoft development platform that includes .NET. NuGet packages make it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework.
To read more about NuGet, please visit nuget.org.
Starting with Visual Studio 2012, NuGet is included in every version of Visual Studio (except Team Foundation Server) by default. For Visual Studio 2010, you will need to install the NuGet Extension manually using the Extension Manager.
To check if your copy of Visual Studio already has the NuGet extension, in the Visual Studio Tools menu, look for Library Package Manager (VS2012) or NuGet Package Manager (VS2015).
If your copy of Visual Studio does not already have the Library Package Manager (NuGet) extension, you can install it using the Extension Manager. See https://docs.nuget.org/consume/installing-nuget for details.
All of our packages can be found at nuget.org, which is the central package repository used by all package authors and consumers. The NuGet Package Manager is configured by default to use nuget.org for packages' sources.
To add NuGet packages into your imaging application:
using [namespace];
to any CS/VB file where you want to reference these libraries. To learn more, we also recommend following the official tutorials available at nuget.org: https://docs.nuget.org/consume/package-manager-dialog
Package Dependencies are automatically included; so, for example, if you select the ImageGear.PDF package, the ImageGear.Core package is also included.
ImageGear .Net NuGet packages are self-sufficient and provide all the necessary functionality for the package they describe. However, if you want to extend the package capabilities with functionality from other packages, you need to install those corresponding packages, too. For example:
Package Name |
Description |
Assemblies |
Package Dependencies |
---|---|---|---|
ImageGear.All |
ImageGear .NET adds enterprise-class image viewing, compression, image processing and editing functions easily to any application, with support for PDF, more than 100 file formats, and expanded functionality such as optical character recognition (OCR), barcode recognition, and support for medical DICOM images. |
All |
All |
ImageGear.Core |
Includes all functionality to work with common files. Also includes Core ImageGear API, Display API, File format manager, general metadata API, and Metadata dictionary API for the file formats. (BMP, ICO, CUR, CLP, PNG, GIF, TIFF and JFIF file formats. CCITT, Deflate, LZW, JPEG compressions. EXIF metadata.) |
Also includes:
|
None |
ImageGear.AdvancedProcessing |
Advanced Processing including image processing effects and document cleaning API. |
|
ImageGear.Core |
ImageGear.ART.WinForms |
Includes all functionality to work with WinForms Annotation controls and UI. |
|
ImageGear.Core ImageGear.WinForms |
ImageGear.ART.WPF |
Provides GUI and annotation controls for use with the Windows Presentation Foundation framework. |
|
ImageGear.Core ImageGear.WPF |
ImageGear.Barcode |
The ImageGear.Barcode namespace has been deprecated and will be removed from the public API in a future release.
Provides a set of objects that provides access to barcode recognition technology. |
|
ImageGear.Core |
ImageGear.CameraRaw |
Includes all functionality to work with the following digital camera raw formats: CRW, ORF, PEF, NEF, Adobe DNG, KodakRAW, SonyRaw, LeicaRAW, MOS, MEF, CR2, Imacon Raw, MRW, RAF, Headerless Camera Raw. |
|
ImageGear.Core |
ImageGear.Formats.Advanced |
Includes all functionality to work with the following raster file formats: PSD, PCX, DCX, PCD, PBM, RAS, MSP, Scitex CT, SGI, IFF, WPG, CAL, BTR, IMR, IMT, KFX, LV, NCR, GEM, WBMP, XWD, XBM, XPM, IBM IOCA, IBM MO:DCA, TGA, CUT. |
|
ImageGear.Core |
ImageGear.Jpeg2k |
Provides support for JPEG 2000 compression and the JPEG 2000 file format. |
Also includes:
|
ImageGear.Core |
ImageGear.Medical.WinForms |
Provides functionality to support the end user's interaction and Windows Forms UI for multi-planar reconstruction (MPR). |
|
ImageGear.Core ImageGear.WinForms |
ImageGear.Medical.WPF |
Provides functionality to support the end user's interaction and WPF UI for multi-planar reconstruction (MPR). |
|
ImageGear.Core ImageGear.WPF |
ImageGear.Office |
Provides support for Microsoft Office formats. |
If you have not setup the OfficeCore dependencies prior to downloading the NuGet package "Accusoft.ImageGear.Office", then you will not be able to utilize any of the functionality of the ImageGear.Formats.Office namespace. |
ImageGear.Core ImageGear.Vector ImageGear24.Formats.Pdf.dll (and its dependencies) See Manually Packaging Office Dependencies and Manually Packaging PDF Dependencies. |
ImageGear.PDF |
Includes all functionality to work with Adobe PDF and PostScript file formats, and PDF editing API. |
Also includes:
|
ImageGear.Core ImageGear.Vector |
ImageGear.Recognition |
Provides a set of objects that provide access to document recognition technology. |
Also includes:
|
ImageGear.Core |
ImageGear.Recognition.Asian |
This adds files for Asian OCR feature. |
Nuance resource files for Asian support. |
ImageGear.Core ImageGear.Recognition |
ImageGear.TWAIN |
Provides support for TWAIN scanning API |
|
ImageGear.Core |
ImageGear.Vector |
Includes all functionality to work with the DWG, DXF, CGM, DGN, DWF, HPGL, SVG, and U3D vector file formats. |
Also includes:
|
ImageGear.Core |
ImageGear.Web |
Supports easy creation of web-based imaging systems. |
|
ImageGear.Core |
ImageGear.WinForms |
Provides a set of objects to simplify development of WinForms based applications. |
|
ImageGear.Core |
ImageGear.WPF |
Provides UI controls for use with the Windows Presentation Foundation framework. Also enables HD Photo and XPS file formats, and BitmapSource converters. |
|
ImageGear.Core |