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
 IEMetaListView update

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