ImageKit.NET 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
ImageKit.NET3 v3.0.110042024년 5월 21일
수정 사항
  • Fixed the issue with OCR functions where there were no spaces between words.
ImageKit.NET3 v3.0.110032024년 5월 1일
수정 사항
  • 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.110022024년 4월 8일
기능
  • 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.
수정 사항
  • 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.110002024년 2월 6일
기능
  • 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.