This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] EdgeFixer BoxBlur problem
#1
Bug 
Hello!

I have long wondered why the "use Boxblur" option was there, which simply blurred the entire image.
I suspected that it shouldn't work like that, but I was afraid to ask. Big Grin

And now I've found out that it really doesn't work as it should.

Currently in Hybrid it works like this:
clip = ref = core.std.BoxBlur(clip=clip)
clip = core.edgefixer.Reference(ref=ref,clip=clip,left=3,top=2,right=3)

But it seems like it should work like this:
ref = core.std.BoxBlur(clip=clip)
clip = core.edgefixer.Reference(clip,ref,left=3,top=2,right=3)
Reply
#2
LOL, will fix.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
Uploaded a new dev which should hopefully fix the problem.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#4
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)