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
 Proc.MotionBlur

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
klausdoege Posted - Aug 04 2011 : 11:43:43
Hello,



45.6 KB
if I imageenview1.Proc.MotionBlur(0, 5, 15) use,
so the picture is not moved equally to the right and left.
I have the impression, the movement is postponed too far to the left.
That also happens, if I imageenview1.Proc.MotionBlur(180, 5, 15) use.
Do I make somewhat wrong?

Greetings
Klaus

Klaus
2   L A T E S T    R E P L I E S    (Newest First)
klausdoege Posted - Aug 09 2011 : 15:36:51
Hello,
O.K. I thought the movement goes simultaneously to the left and right.

Klaus
fab Posted - Aug 05 2011 : 12:02:39
ImageEnView.Proc.MotionBlur(0, 5, 15): "moves" the image to the left (0 degrees):



ImageEnView.Proc.MotionBlur(180, 5, 15): moves the image to the right (180 degrees):



Hope this clears.