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
|