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
 RetouchTool cause mouse freeze when mouse qickly move

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
LiWeiJun Posted - Aug 17 2023 : 05:15:38
ImageEn Version 9.1.1
ImageEnView1.MouseInteractGeneral := [ miRetouchTool ];
ImageEnView1.RetouchTool.RetouchMode := iermPixelize;
ImageEnView1.RetouchTool.BrushSize := 20;
ImageEnView1.RetouchTool.PixelizeBlockSize := 10;

attach/LiWeiJun/20238175157_VideoShowProbel.zip
932.65 KB
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 23 2023 : 15:58:54
Hi

OnDrawLayer is only a drawing event, it does not affect the image. Draw to Layers[].Bitmap if you want the image layer to be modified:

https://www.imageen.com/help/TIELayer.Bitmap.html

Nigel
Xequte Software
www.imageen.com
LiWeiJun Posted - Aug 23 2023 : 02:25:49
12.0.0 much better then 9 in this situation.

new qustion.
i draw some thing on OnDrawLayer event,how to keep it when LayersMerge?
xequte Posted - Aug 18 2023 : 17:24:14
Hi

Please try the Retouch demo compiled with 12.0.0 at:

https://www.imageen.com/files/demos/run/ImageEditing/RetouchTool/RetouchTool.exe

Nigel
Xequte Software
www.imageen.com
LiWeiJun Posted - Aug 18 2023 : 02:22:07
DoubleBuffered can improve this cituation
the proplem is still exist when turn on DoubleBuffered with some picture.
such as the attch file.
please tell me is the proplem exist in then latest versions when process the attch file.

xequte Posted - Aug 17 2023 : 20:20:14
Hi

That should be much improved in newer versions.

You can also try setting ImageEnView1.DoubleBuffered := True;



Nigel
Xequte Software
www.imageen.com