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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnVect Display DICOM image idx of multiframe
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

rbeaulieu

Canada
15 Posts

Posted - Aug 27 2019 :  21:34:37  Show Profile  Reply
Hi,

I would like to display image index of a multiframe DICOM file in ImageEnVect, like:

ImageEnVect1.IO.Seek(ieioSeekLast); // but with idx instead of seakFirst, last etc.


I try :

ImageEnVect1.IO.Params.ImageIndex := TrackBar_Head.Position;

But the image do not repaint (even with update, repaint, refresh)


Regards.



Regards.

xequte

38459 Posts

Posted - Aug 27 2019 :  22:02:37  Show Profile  Reply
Hi

Please use:


ImageEnVect1.IO.Params.ImageIndex := TrackBar_Head.Position;
ImageEnVect1.IO.LoadFromFile( ImageEnVect1.IO.Params.Filename );

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

rbeaulieu

Canada
15 Posts

Posted - Aug 27 2019 :  22:39:02  Show Profile  Reply
Thank you Nigel, it's work great.

With form.update after, the image (ultrasound) refresh quickly.

There is a way to change image delay (ms) before set playing to true ?

Régent.

Regards.
Go to Top of Page

xequte

38459 Posts

Posted - Aug 28 2019 :  03:22:30  Show Profile  Reply
Hi Regent

For DICOM files the delay is set by the frame interval tag:

https://www.imageen.com/help/TIOParams.DICOM_Tags.html

If you email me, I can give you an update which allows you to set it using the generic ImageDelayTime:

https://www.imageen.com/help/TIOParams.ImageDelayTime.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: