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
 ImageENMView Annotations

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
lzehnder Posted - Nov 23 2012 : 01:35:53
Hello,

for the moment ImageENMView does not support Annotations.
But is on a roadmap ? or have you a other solutions?

Thank you
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 27 2012 : 02:53:25
Hi

I'm afraid there is not a built-in method for you to display thumbnails for annotations stores in this manner. We'll look into this for a later version.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
lzehnder Posted - Nov 27 2012 : 01:45:11
For Tiff image :

Load :
ImageEnVect1.IO.LoadFromFile(filename);
ImageEnvect1.Fit;
// load annotations
ImageEnVect1.RemoveAllObjects;
ImageEnVect1.LoadObjectsFromTIFF(filename);

Save :
ImageEnVect1.IO.SaveToFile(SaveDialog1.FileName);
ImageEnVect1.SaveObjectsToTIFF(SaveDialog1.FileName);

The Annotation works correctly on ImageEnVect.
Is on the Thumbnails ImageEnmView.

Thank You.
xequte Posted - Nov 26 2012 : 12:50:02
Can you show me your code for saving the annotated image in ImageEnVect.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
lzehnder Posted - Nov 26 2012 : 01:25:39
for example :
In applications with medical data (tiff file in BDD), a person sets a memo to hide some data. All other users can not move or delete the memo. Unfortunately the preview (ImageEnMView) these data are not cover up.

lzehnder Posted - Nov 23 2012 : 03:09:57
Hi,

my customers insert some annotations like post-it on Tiff multi-page. It's ok with ImageENVect.

And after on the displaying, he wants to see the annotations.
xequte Posted - Nov 23 2012 : 02:14:35
Hi

ImageEnMView is principally for displaying multiple images, rather than editing. Can you explain in more detail what you are looking for?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com