Author |
Topic |
|
xequte
38607 Posts |
Posted - May 07 2024 : 21:36:22
|
We have now released ImageEn, v13.2.0, the latest update to our image editing and display library for Delphi/C++Builder, and IEVision Advanced Tools Add-on 8.1.1. These updates are free if you purchased a license or extension after 8 May 2023:
http://www.imageen.com/support/download/
Other users can extend their registration for 12 months at:
http://www.imageen.com/order/#Extensions
Top Ten Enhancements in ImageEn v13.2.0 1. Improvements to performance of Debugging Visualizer, plus new features including live viewing of the alpha channel
2. ImageEn now integrates into the IDE including quick access to documentation, demo projects and new releases via the IDE Help menu, and version information in the About Box
3. Many optimizations to ImageEn code including removing all orphaned methods and types
4. New Swirl effect in Previews dialog and Retouch tool
5. Improvements to PDFium support including updating to 125.0.6046.0 (which restores support for Windows 7) and PDF Engine property to control how PDF documents are loaded and saved. PDFium can now be used for all PDF output, including layer exporting
6. Now provides WYSIWYG editing of PDF page objects: Objects can be selected, moved and resized, including support for clipboard
7. Support for reading PNG Chunks for XMP, ICC and EXIF support
8. Document text can be parsed using Google Vision (TIEGoogleVision)
9. TImageEnProc can retrieve and display an array of all the most common colors in an image
10. PDF documents can be printed by page indexes
Full Change History: https://www.imageen.com/info/HistoryFull.html
Nigel Xequte Software www.imageen.com
|
|
mdgodfrey
USA
54 Posts |
Posted - May 08 2024 : 16:58:32
|
Is there any documentation available for annotation support? |
|
|
xequte
38607 Posts |
|
mdgodfrey
USA
54 Posts |
Posted - May 13 2024 : 17:32:10
|
Using this code:
ImageEnView1.PdfViewer.Options := ImageEnView1.PdfViewer.Options - [iepoAnnotations]
does not hide the objects added in TIEPDFViewObject demo.
It does turn off annotations added from other PDF applications that I use however. Are objects suppose to work like PDF Annotations or what am I missing?
Thanks |
|
|
xequte
38607 Posts |
Posted - May 13 2024 : 23:56:30
|
Hi
iepoAnnotations only hides annotations, not objects.
Objects are what make up page content (text, images, etc). Annotations are mark-ups added to the page (text, links, etc).
ImageEn does not surface annotations at this time, but they are accessible via:
ImageEnView1.PdfViewer.CurrentPage.Annotations
Note: Please start a new thread for queries unrelated to the update.
Nigel Xequte Software www.imageen.com
|
|
|
|
Topic |
|
|
|