![]() |
VOOZH | about |
dotnet add package Vintasoft.Imaging --version 15.1.0.1
NuGet\Install-Package Vintasoft.Imaging -Version 15.1.0.1
<PackageReference Include="Vintasoft.Imaging" Version="15.1.0.1" />
<PackageVersion Include="Vintasoft.Imaging" Version="15.1.0.1" />Directory.Packages.props
<PackageReference Include="Vintasoft.Imaging" />Project file
paket add Vintasoft.Imaging --version 15.1.0.1
#r "nuget: Vintasoft.Imaging, 15.1.0.1"
#:package Vintasoft.Imaging@15.1.0.1
#addin nuget:?package=Vintasoft.Imaging&version=15.1.0.1Install as a Cake Addin
#tool nuget:?package=Vintasoft.Imaging&version=15.1.0.1Install as a Cake Tool
Vintasoft.Imaging.dll is the main assembly of VintaSoft Imaging .NET SDK and it contains classes for creating, loading, capturing, processing and saving images in .NET. Also assembly contains classes for displaying, printing and visual processing of images in WinForms.
VintaSoft Imaging .NET SDK is the impressive and easy-to-use image processing library for .NET developer. The SDK provides the abilities to load, view, process, convert, manage, print, capture from camera and save images. The SDK contains WinForms, WPF and HTML5 controls for viewing, printing and editing images.
You can view and annotate document in online VintaSoft ASP.NET Core Document Viewer Demo: https://demos.vintasoft.com/AspNetCoreDocumentViewerDemo/
You can process image/document in online VintaSoft ASP.NET Core Imaging Demo: https://demos.vintasoft.com/AspNetCoreImagingDemo/
You can convert image/document file in online VintaSoft ASP.NET Core Image Converter Demo: https://demos.vintasoft.com/AspNetCoreImageConverterDemo/
You can capture images from HTML5 camera in online VintaSoft ASP.NET Core Camera Demo: https://demos.vintasoft.com/AspNetCoreCameraDemo/
// create an image collection
using (Vintasoft.Imaging.ImageCollection images = new Vintasoft.Imaging.ImageCollection())
{
// add image to the image collection
images.Add("Flower.jpg");
try
{
// create the image processing command
Vintasoft.Imaging.ImageProcessing.Color.ChangeBrightnessCommand command =
new Vintasoft.Imaging.ImageProcessing.Color.ChangeBrightnessCommand(50);
// for each image in image collection
foreach (Vintasoft.Imaging.VintasoftImage image in images)
{
// set the region-of-interest to the left part of the image
command.RegionOfInterest = new Vintasoft.Imaging.RegionOfInterest(0, 0, image.Width / 2, image.Height);
// apply the image processing command to the image
command.ExecuteInPlace(image);
}
// save the processed image collection to a new TIFF file
images.SaveSync("processed-image.tif");
}
finally
{
images.ClearAndDisposeItems();
}
}
VintaSoft Imaging .NET SDK is a commercially licensed product.
Have a question or running into an issue? Contact VintaSoft Support or Sales: https://www.vintasoft.com/support.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. 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 is compatible. 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 is compatible. 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 Framework | net35 net35 is compatible. net40 net40 was computed. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Vintasoft.Imaging:
| Package | Downloads |
|---|---|
|
Vintasoft.Imaging.Web.Services
View, print and process images and PDF documents in web application. A platform-independent web services, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser. |
|
|
Vintasoft.Imaging.Annotation
Annotate TIFF, PNG, and JPEG images in .NET. Annotate and markup single- or multipage TIFF image, JPEG or PNG image without re-encoding the image. WinForms controls for annotating images. Print image with annotations. Rotate image with annotations. Burn annotations on image. Add or insert an annotation into annotation collection. Reorder annotations in annotation collection. Change annotation. Remove an annotation from annotation collection. Undo/redo changes in annotation collection or single annotation. Supported annotation types: Line, Polyline, Freehand, Ruler, Rulers, Angle, Rectangle, Square, Highlight, Ellipse, Circle, Polygon, Freehand polygon, Embedded image, Referenced image, Text, Free text, Link, Rubber stamp, Composite, Group, Sticky note, Leader line, Arrow. |
|
|
Vintasoft.Imaging.Pdf
Create, load, view, print, verify, edit, annotate, fill, sign, protect, optimize, convert, save PDF documents in .NET. |
|
|
Vintasoft.Imaging.Wpf
Classes for converting WinForms objects to WPF objects and vice-versa. |
|
|
Vintasoft.Imaging.Wpf.UI
Create, load, capture, view, process, convert, print and save images in WPF. WPF controls for previewing and printing images. Render image region synchronously or asynchronously. Process the whole image or image region, undo/redo results of image processing. Create custom image processing command - architecture is open. Read and write image metadata (EXIF, TIFF, WANG, Adobe Photoshop). Use the color management when displaying and printing images, perform the color transformation of images. Low level functions for manipulating TIFF, GIF, ICO, CUR, JPEG and PNG files. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 15.1.0.1 | 727 | 6/16/2026 |