![]() |
[BUG] EdgeFixer BoxBlur problem - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] EdgeFixer BoxBlur problem (/thread-4055.html) |
EdgeFixer BoxBlur problem - dsiomnainc - 31.03.2025 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. ![]() 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) But it seems like it should work like this: ref = core.std.BoxBlur(clip=clip) RE: EdgeFixer BUG fix - Selur - 31.03.2025 LOL, will fix. RE: EdgeFixer BoxBlur problem - Selur - 31.03.2025 Uploaded a new dev which should hopefully fix the problem. Cu Selur RE: EdgeFixer BoxBlur problem - dsiomnainc - 31.03.2025 Thanks! |