ImageGear .NET v25.0 introduces the following product updates and fixes:
Breaking Change: We’ve replaced the Recognition component with a new OCR component. If you’re upgrading to v25 or later from v24.x or earlier and use the Recognition component, there are some steps you’ll need to take to migrate your code to use the new OCR component. See the migration document.
You can now evaluate ImageGear .NET without obtaining a license. The evaluation licensing code is now embedded in the ImageGear.Core
assembly itself, replacing the evaluation license that was placed in the registry by the product installer in previous versions. This also allows you to use the Accusoft ImageGear NuGet packages without performing any additional licensing.
ImageGear .NET is now distributed using a simple ZIP archive so there is no need to run an installer application.
Added a new IImGearColorAntiAlias.Quality property that allows you to select the quality of rendering non-1bpp images when zoomed out.
Added a new overload for the ImGearPDF.Initialize method that allows you to select which folder the PostScript library uses to store temporary files.
Removed the version number from native component file names (e.g., igpdf25nu.dll
is now igpdfnu.dll
). Since these native components are only used internally, this will not impact your references.
Fixed a contrast issue with reading DICOM images having 15-bit LUT embedded.
Fixed an issue when reading certain multipage GIF files.
Fixed an issue in HTML5Viewer's ImGearAnnotationBar.js
that caused unnecessary markup updates to be sent to the ImGearService.svc
when no changes had been made.
Fixed an issue with the NuGet packages that caused native dependencies to be duplicated in the website root directory when performing a web publish in Visual Studio.
Fixed an issue that caused a System.IndexOutOfRangeException
when dragging an ImGearPageView
offscreen while displaying an RLE-compressed bitonal image.
Fixed a performance issue in the web component caused by loading entire multipage documents while attempting to access a single page.
Fixed an issue in frequency domain image processing that caused its HighPass filter to produce results equal to LowPass.
Fixed an issue with the Deployment Packaging Wizard's configuration files that caused the FFTW library not to be distributed with the Advanced Processing component.