Image processing made easy!

ImageKit.NET: Update Log

Below is a log of the updates made to the ImageKit.NET including the date of the update and a brief explanation of what was changed or added. To download the latest update, please click here.

 

Fix No. Date Explanation
12 03/12/2010 Version: 1.0.2003.10026 or 1.0.2005.10026
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. Because of Fix No. 11, there was a problem displaying multipage images in the ImageKit.Win.Thumbnail control. This has problem has been addressed in this release.

2. When a multipage tiff image was dragged and dropped from one ImageKit.Win.Thumbnail control to another ImageKit.Win.Thumbnail control, the pages were displayed in reverse order.

3. There was a problem in the scan interface with using memory transfer with the Canon DR 3080C scan driver.
11 01/18/2010 Version: 1.0.2003.10025 or 1.0.2005.10025
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. The ImageKit.File.LoadImageFromFile method was returning True even when there was not enough available memory to load the image successfully or when the image was not properly loaded and displayed. The ImageKit.File.LoadImageFromFile method now will return False in such cases.

2. Errors occurred when scroll bars were not displayed in the ImageKit control and coordinates or ImageKit.ScrollValueH/V properties were set in the MouseMove when the mouse was dragged on the image. This has been repaired.

3. When the GetImageFileType method was executed without loading an image and the ImageKit.File.FileX/Ydpi property was referenced, an error occurred. This has been fixed.

4. The ImageKit.EndDispImage event was generated even when an image could not be loaded and no image data set into the ImageKit.Image property. This has been fixed.
10 07/27/2009 Version: 1.0.2003.10024 or 1.0.2005.10024
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. With images that use palette color, if palette numbers were non-standard, then an exception error was raised when executing some Effect methods. This has been fixed.

2. When using very large images, there were cases where certain Effect methods used all available memory and the program would crash. Now, those Effect methods will return False and an appropriate value will be returned in the ErrorStatus Property.

3. Once the ToolTip was displayed and then hidden, an error occured when it was redisplayed. This has been fixed.

4. With certain Effect methods, once the ErrorStatus value was set for that method, the ErrorStatus value would not return to None even after that method executed properly. This has been fixed.
9 07/03/2009 Version: 1.0.2003.10022 or 1.0.2005.10022
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. When saving images in JPEG format using the IkFile Class Library (not using ImageKit.Win.Imageit control), there were problems setting the JpegQuality property.

2. The ImageKit control's File.FtpDownloadFile and File.FtpUploadFile methods (and the Class Library's Ftp.DownloadFile and Ftp.UploadFile) returned False even though these methods successfully executed.
8 04/21/2009 Version: 1.0.2003.10021 or 1.0.2005.10021
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. In the ImageKit.Win.ImageKit Control, when an area on an image was selected with the mouse and the mouse drag went beyond the ImageKit Control boundaries, the image did not automatically scroll. That has now been changed so that whenever the rectangle indicating an area on the image is create, moved, or altered beyond the area of the ImageKit control, the image in the control is scrolled so that the rectangle is displayed.

2. In the ImageKit.Win.ImageKit Control, when the TiffAppend property was set to True and the File.SaveImageToRawData method was executed, the file was not appended to and the multipage tiff image was not saved. This has been fixed.

3. The ImageKit.Win.ImageKit Control's Effect.RGBSpline and Effect.YCCSpline methods have been corrected.

4. In the ImageKit.Win.Thumbnail Control's FilePath property, the drive name did not accept small case letters. This has been fixed.
7 01/30/2009 Version: 1.0.2003.10020 or 1.0.2005.10020
(VS2008 installer uses the same dlls as VS2005)

Fixed:
When retrieving an image using the File.LoadRawDataFromFile/Stream methods, the FileXdpi and FileYdpi property values were not correctly set. This has been repaired
6 11/10/2008 Version: 1.0.2003.10019 or 1.0.2005.10019
(VS2008 installer uses the same dlls as VS2005)

Fixed:
When retrieving an image using the File.ImageFromRawData method, the Image property value was not correctly set. This has been repaired.
5 09/01/2008 Version: 1.0.2003.10018 or 1.0.2005.10018
(VS2008 installer uses the same dlls as VS2005)

Added:
The ImageKit.NET Scan interface now supports the Canon DR driver's "text orientation recognition" when the scan user interface is suppressed.
4 07/29/2008 Version: 1.0.2003.10017 or 1.0.2005.10017
(VS2008 installer uses the same dlls as VS2005)

Added:
The ImageKit.NET Scan interface now supports Canon DR scanner's Moire Filter and Color/BW detection while suppressing the scan driver's UI.

Fixed:
1. In the ImageKit.Win.ImageKit control, when loading an image that uses palette color (8bit or less), there were cases where the start of the horizontal axis was incorrect.

2. In the ImageKit.Win.ImageKit control, when images were displayed in Scale or Stretch display mode, the coordinates e.X and e.Y returned in the Mouse events (MouseDownImage, MouseMoveImage, and MouseUpImage) were incorrect.

3. When using the Canon DR scanner's UI with Color/BW detection and memory tranfer, the scanned image was not created correctly.
3 06/17/2008 Version: 1.0.2003.10016 or 1.0.2005.10016
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. Modified the ImageKit.Win.Thumbnail Control's license processing.

2. Repaired problems with 32 bit images in the Newtone.ImageKit.Effect class.
2 05/12/2008 Version: 1.0.2003.10015 or 1.0.2005.10015
(VS2008 installer uses the same dlls as VS2005)

Fixed:
1. The ImageKit.Win.Thumbnail Control's FileExtention property did not allow a full filename to be used to specify a particular image. This has been fixed.

2. In the ImageKit.Win.ImageKit Control, when the Rect property was set to True and the OpenDialog was used to load an image, an area was automatically selected on the image when the OpenDialog was closed. This has been corrected.
1 04/18/2008 Version: 1.0.2003.10014 or 1.0.2005.10014

Fixed:
1. In the ImageKit.Web.ImageKit Control, there was a problem with the position of the ImageKit Control when it was placed within a table or other html object.

2. In the ImageKit.Web.ImageKit Control, when the SaveImageToRawData method was executed, the appropriate value was not set into the ImageKit.RawData property.