🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ImageComponents.Win32.Imaging

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ImageComponents.Win32.Imaging

Supported Platforms: • NET 8.0 • NET 6.0 • NETFramework Image Components for Windows Forms is an imaging SDK that allows the view, edit, capture, creation and data manipulation. Some of the Image Components functions are: opening file or directory and saving most common images file types (*.jpg;*.jpeg;*.tif;*.tiff;*.bmp;*.gif;*.png;*.cut;*.dds;*.g3;*.hdr;*.ico;*.iff;*.lbm;*.jng;*.koa;*.mng;*.pbm;*.pcd;*.pcx;*.pgm;*.ppm;*.psd;*.ras;*.sgi;*.tga;*.targa;*.wbmp;*.xbm;*.xpm;*.wmf;*.pdf;*.xps) and convert between them. Thumbnail view of the image multi or single page. Navigation between the pages, by thumbnail click or by toolbar. Image fit to the screen (original, best and width). Rotate left, right, flip and mirror. Zoom + and Zoom -. Inserting, appending, deleting or moving pages. Cropping by selection or auto cropping, resizing, undo, redo, copy and paste. Many filters like invert, grayscale, etc. Image enhance (color, brightness, smooth, sharpen, etc.). Many edge detectors. Glass tool to zoom a particular part of the image. Thumbnail viewing, navigation and position management. Twain and WIA support using ADF or flat bed, multi page or single page. Save and Scanner options by image type or compression (None, JPG, CCITT3, CCITT4, LZW, PDF...) . Access to the most common Capabilities and ICapabilities. Document, page, zone OCR and text search, supporting some common languages. PDF reading and export, multi, single or selected page. PDF text search and extraction. Full customized image annotations including, Note, Stamps, Highlight, Hide, Ellipse, Line, Arrow and Image. Barcode encoder and decoder. Supports Code11, Code 39, Interleaved 2 of 5, Codabar, Code 93, EAN8, EAN13, UPCA, Code128, PDF417, QRCODE. Automatic barcode detection and scan direction.

4.0.5
NuGet
Version published
Maintainers
1
Created
Source

This NuGet package must be compiled and configured for x86 platforms. Open the configuration manager dialog and set your project platform to x86. After that, the application can run on both x86 and x64 platforms. You can also download the x64 assemblies version from our site: http://www.imagecomponents.net/Download.aspx CSharp: - Right click your project and select 'properties'. - Select the Build tab. - Change the value of the 'Platform target' to X86. - Rebuild your project. VB.Net: - Right click your project and select 'properties'. - Select the Compile tab. - Change the value of the 'Target CPU' to X86. - Rebuild your project.

Running the example files: - Instantiate your language choice example class(ICWin32CSharp.cs or ICWin32VB.vb): CSharp: ICWin32Example.CSharpExample m_Example = new ICWin32Example.CSharpExample(); m_Example.Initialize(); VB.Net: Dim m_Example As ICWin32Example.VBExample = New ICWin32Example.VBExample() m_Example.Initialize()

Adding the components to the Visual Studio Toolbox: http://www.imagecomponents.net/Win32/QuickStarts/ICWin32Toolbox.aspx

Source example files included:

  • ICWin32CSharp.cs - CSharp example
  • ICWin32VB.vb - VB.Net example

Keywords

Document

FAQs

Package last updated on 27 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts