Page 1 of 1

GdPicture.NET 8.2 Released !

Posted: Thu Sep 01, 2011 10:47 am
by Loïc
Hi,

Lot of work have been required from all our team members to release GdPicture.NET 8.2.
We hope you will enjoy this new medium upgrade. We are now working the next GdPicture.NET 8.3 which will come (as usual) with exciting new features...


What's new ?
  • OMR engine accuracy increasing
  • Adobe PDF Annotation scheme support
  • PDF Form Fields editing support
  • New AnnotationManager class to handle GdPicture/XMP annotations by code
  • Improved Toolkit stability in extreme multithread context
  • Memory allocation and usage optimization of the Toolkit core
  • Improvement of the document imaging filters speed & accuracy (autodeskew, blank page detection...)
  • Battery of reported bug fixes

Changes in GdPicturePDF class:

- new overloaded method overloaded method in to define color (for stroking & filling operations)
- new method AddStickyNoteAnnotation()
- new method AddStampAnnotation()
- new method AddLineAnnotation()
- new method AddCircleAnnotation()
- new method AddSquareAnnotation()
- new method AddLinkToWebAnnotation()
- new method AddLinkToPageAnnotation()
- new method GetAnnotationCount()
- new method RemoveAnnotation()
- new method GetAnnotationFlags()
- new method SetAnnotationFlags()
- new method GetAnnotationContents()
- new method GetAnnotationType()
- new method GetAnnotationSubType()
- new method GetAnnotationRect()
- new method SetAnnotationRect()
- new method GetAnnotationColor()
- new method SetAnnotationColor()
- new method GetAnnotationTitle()
- new method SetAnnotationTitle()
- new method GetAnnotationSubject()
- new method SetAnnotationSubject()
- new method GetTextWidth()
- new method GetTextHeight()
- new method GetFormFieldType()
- new method SetFormFieldValue()
- new method GetFormFieldPage()
- new method GetFormFieldValue()
- new method SetFormFieldTitle()
- new method GetFormFieldTitle()
- new method GetFormFieldsCount()
- new method RemoveFormField()


Changes in GdPictureImaging class:

- implementation of the IDisposable interface
- Overloaded OMR methods to define if a field contains a character inside it or not
- Overloadd IsBlank function with option to account for margins, and considering if image is noisy
- new method DrawRotatedEllipse()
- new method DrawRotatedFilledEllipse()


Changes in GdViewer class:

- new event RegionSelectedByUser()
- new method GetRegionSelected()
- new method SetRegionSelected()


New AnnotationManager class:

- new method InitFromGdPicturePDF()
- new method InitFromGdPictureImage()
- new method SelectPage()
- new method Close()
- new method GetAnnotationCount()
- new method GetAnnotationFromIdx()
- new method DeleteAnnotation()
- new method AddRectangleAnnot()
- new method AddRectangleHighlighterAnnot()
- new method AddEllipseAnnot()
- new method AddLineAnnot()
- new method AddLineArrowAnnot()
- new method AddFreeHandAnnot()
- new method AddFreeHandHighlighterAnnot()
- new method AddPolygonAnnot()
- new method AddConnectedLinesAnnot()
- new method AddRubberStampAnnot()
- new method AddLinkAnnot()
- new method AddTextAnnot()
- new method AddStickyNoteAnnot()
- new method AddEmbeddedImageAnnot()
- new method SaveDocumentToPDF()
- new method SaveDocumentToTIFF()
- new method SaveDocumentToJPEG()
- new method SaveAnnotationsToXMP()
- new method LoadAnnotationsFromXMP()
- new method BurnAnnotationsToPage()

GdPicture.NET 8.2.1

Posted: Mon Sep 05, 2011 4:04 pm
by Loïc
- COM Interop edition bug fix
- 1D barcode reader accuracy increased
- new method GetItemFileSource() in ThumbnailEx
- new method MoveItem () in ThumbnailEx
- new method GetItemSelectState() in ThumbnailEx
- new method SetItemSelectState() in ThumbnailEx
- new property AllowMoveItems in ThumbnailEx (Drag & Drop support!)
- new property MultiSelect in ThumbnailEx
- new event ItemMoved in ThumbnailEx
- new overloaded method LoadFromDirectory() in ThumbnailEx to define a search pattern
- new method MovePage() in GdPicturePDF

GdPicture.NET 8.2.2

Posted: Fri Sep 09, 2011 1:22 pm
by Loïc
- Battery of minor bug fixes
- Minor perf improvements
- GdPictureImaging: new method TiffMovePage()

GdPicture.NET 8.2.3

Posted: Tue Sep 13, 2011 2:29 pm
by Loïc
- GdPictureImaging: new overloaded OCRTesseractDoOCR() method to define a timeout.
- Dramatically speed increasing of the Anchor detection on large image (Form processing plugin)
- Autodeskew bugfix

GdPicture.NET 8.2.4

Posted: Fri Sep 16, 2011 3:50 pm
by Loïc
- GdPictureImaging: new method fxRemoveBackgroundChromaKey()
- ThumbnailEx: new property AllowDropFiles
- GdPciture/XMP Annotations: the user can double click sticky notes & text annotations to modify the content.
- Forms processing plugin: Increased speed & accuracy of the mark detection.