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
 Pixelate Part of Image using Layer

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
PaulAtMass Posted - Nov 07 2018 : 05:49:18
Hi,
I need to pixelate or blur out faces etc... of a selected area but leave the underlying background image untouched. I was hoping to use a closed layer e.g. circle/polyline then one of the TIERenderOperation options would be pixelate.
Is there another way of doing this perhaps selecting the area then copying it to an image layer?
Perhaps this would be a good future feature?

thanks
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 06 2023 : 17:58:03
Hi

Yes, you can use one of the paint events to do this. Try the custom layer painting demo:

\Demos\LayerEditing\Layers_CustomDraw\LayersDraw.dpr
https://www.imageen.com/files/demos/run/LayerEditing/Layers_CustomDraw/LayersDraw.zip

Nigel
Xequte Software
www.imageen.com
jonjbar Posted - Apr 06 2023 : 09:23:26
It is possible to do that dynamically, meaning that when a layer is moved/resized, it will automatically blur layers which are in the background ?
xequte Posted - Nov 08 2018 : 16:13:21
Hi Paul

You can just copy the selection to a layer:

https://www.imageen.com/help/TImageEnView.LayersCreateFromSelection.html

Then apply an effect, such as pixelation:

https://www.imageen.com/help/TImageEnProc.Pixelize.html

Or a blur:

https://www.imageen.com/help/TImageEnProc.Blur.html





Nigel
Xequte Software
www.imageen.com