Replies: 1 comment 3 replies
-
Ok my test was wrong should of been something like (which works)...
how ever the ability to copy and replace pixel regions still stands as a great to have |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I started to try to create my own ImageProcessor however i got stuck on the OnFrameApply code.
It appears there is no way of cloning the source Image nor applying changes to it. (due to internals)
I also tried a test with no luck, the following...
I'm currently in need to write a fast blur routine soon based on http://blog.ivank.net/fastest-gaussian-blur.html and looks like I maybe blocked on doing something truly fast.
Please confirm if I am doing something wrong or not
If does not exist publicly the ability to copy and apply pixel regions to Image/ImageFrames would be great
Beta Was this translation helpful? Give feedback.
All reactions