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
|