ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEn 13.2.0 and IEVision 8.1.1 Released

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
xequte 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

4   L A T E S T    R E P L I E S    (Newest First)
xequte 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
mdgodfrey 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 Posted - May 08 2024 : 17:11:47
Hi

Please see:

http://www.imageen.com/help/TIEPdfViewer.Objects.html

And also the demo:

Demos\Other\PDFPageObjects\PDFPageObjects.dpr

And let us know if you need any further advice.

Nigel
Xequte Software
www.imageen.com
mdgodfrey Posted - May 08 2024 : 16:58:32
Is there any documentation available for annotation support?