Version 2.1 of VintaSoftImaging.NET SDK has been released.

News and announcements from VintaSoft.

Moderator: Alex

Post Reply
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Version 2.1 of VintaSoftImaging.NET SDK has been released.

Post by Alex »

Version 2.1 of VintaSoftImaging.NET SDK has been released.

What's new in this version of VintaSoftImaging.NET SDK:
  • Vintasoft.Imaging.dll assembly now has 2 versions:
    • Bin\v2.0\Vintasoft.Imaging.dll file
      Version features:
      • Version is compiled under .NET 2.0
      • Version can be used in x86 and WOW64 modes
      • Version cannot be used in x64 mode
      • GDI32 functions are used to preview images in the image viewer
      • High speed of preview in the image viewer
    • Bin\v2.0\x64\Vintasoft.Imaging.dll file
      Version features:
      • Version is compiled under .NET 2.0
      • Version can be used in x86, WOW64 and x64 modes
      • GDI32 functions are NOT used to preview images in the image viewer
      • Speed of preview in the image viewer is less than speed of version which uses GDI32
  • Added ability to modify metadata of TIFF image.
  • Added ability to copy/paste selected part of image to any image in the image viewer.
  • Added ability to change color depth of the image (convert the image).
  • Added ability to overlay images.
  • Added new visual tool - Selection, which allows to select a part of image in the image viewer and copy the selection to Windows clipboard.
  • Added ability to get histogram of an image.
  • Added ability to control the image viewer using the code, namely, zoom an image, select a part of image, crop an image, drag and drop image.
  • Added ability to set the action buttons for visual tools.
  • Added event which is thrown when selection in the image viewer is changed.
  • Added event which is thrown when hovered thumbnail in the thumbnail viewer is changed. This event can be used if you want to add custom menus, for example Infragistics's menus, to the thumbnail viewer.
  • Improved the algorith of blank image detection.
  • Improved the loading algorithm of TIFF files.
  • Fixed bug of loading of WMF/EMF files.
  • Other major and minor fixes.
  • Added the WebStampImage demo.
  • Updated the ImageViewer demo.
What's new in this version of VintaSoftAnnotation.NET Plug-in:
  • Added ability to stamp the image collection using one line of code.
  • Added ability to set the text align in text annotation.
  • Added ability to identify annotation by guid.
  • Fixed bug in the drag-and-drop operation in the thumbnail viewer with annotations.
  • Other minor fixes.
  • Added the WebStampImage demo.
  • Updated the Annotation demo.
Post Reply