T O P I C R E V I E W |
brm121966 |
Posted - May 18 2024 : 13:25:26 Hello. I can't update IEMetaListView after ImageEnView.Proc.Resample(1920, 1080, rfLanczos3, True); I tried different methods but without success. How can I update IEMetaListView correctly or is this a bug. ver. Delphi xe5 update 2 ImageEn 13.2.0 Thank you.
Rudolf |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - May 21 2024 : 23:07:47 Hi Rudolf
Oh, I see. TIEMetaListView uses the TIOParams dimensions which are only set on loading. The next update will use the image dimensions if available (or you can explicitly set the ImageEnView1.Params.Width/Height.
Nigel Xequte Software www.imageen.com
|
brm121966 |
Posted - May 21 2024 : 09:00:47 Hi Nigel. Yes, I tried to do this, but there was no result. Size rulers are updated.
Rudolf |
xequte |
Posted - May 20 2024 : 00:11:52 Hi Rudolf
As in its not showing the correct size after resampling?
Did you try calling:
IEMetaListView1.Update();
Nigel Xequte Software www.imageen.com
|