Blender Git Loki
Git Commits -> Revision d20f399
Revision d20f399 by Richard Antalik (master) April 28, 2021, 15:16 (GMT) |
VSE: Fix colorbleed on scaled images When frame is rendered to file, bilinear interpolation on scaled images caused blurred edges. This is fixed by not doing interpolation with pixels outside of source buffer. Such fix doesn't cover cropped images which are currently cropped by filling area of image with black transparent color, because image buffer has bigger size than visible image area. This is fixed by offsetting range used in previous fix by amount, that would correspond to crop distance. Because of this, image area doesn't even need to be filled with transparency. Reviewed By: sergey Differential Revision: https://developer.blender.org/D11058 |
Commit Details:
Full Hash: d20f3992392a7fb308f85fd4a920aaf99230b227
Parent Commit: bb2f959
Lines Changed: +75, -81
1 Modified Path:
/source/blender/sequencer/intern/render.c (+75, -81) (Diff)