ImageKit.NET Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
ImageKit.NET3 v3.0.11004May 21, 2024
Fixes
  • Fixed the issue with OCR functions where there were no spaces between words.
ImageKit.NET3 v3.0.11003May 1, 2024
Fixes
  • Fixed an issue in the File functionality where setting a value of the RawData property and executing the LoadImageFromRawData method would sometimes fail to load or display.
ImageKit.NET3 v3.0.11002Apr 8, 2024
Features
  • Added functionality to reduce the margin of the display range per cell in the Thumbnail feature. The CellSmallMargin property has been added to the Thumbnail class.
Fixes
  • Fixed an issue in the File feature where the Filetype of compressed BMP and progressive JPEG images was not returned correctly when using dedicated plugins.
  • Enabled loading of progressive JPEG images in the File feature without the need for dedicated plugins (Saving still requires dedicated plugins as before).
  • Corrected an issue in the File feature where the FileType of GIF images always returned as "TypeGIF" only. GIF87a images now return "TypeGIF", while GIF89a images return "TypeGIF89".
ImageKit.NET3 v3.0.11000Feb 6, 2024
Features
  • Added the ImageKit.OCR class with OCR functionality. The ImageKit.OCR class has the following properties, methods, and events:
    • Properties:
      • ErrorStatus.
      • Language.
      • OutText.
    • Methods:
      • ImageToText.
    • Events:
      • GetOcrText.
  • Note: The following operating environments support OCR functionality:
    • ImageKit: .NET Framework 4.5 and later.
    • ImageKit X: .NET 6.0 and later.