This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/sequencer/intern
Richard Antalik d20f399239 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
2021-04-28 17:16:27 +02:00
..
2020-12-19 07:25:01 +01:00
2020-11-16 05:02:30 +01:00
2021-03-16 18:56:44 +01:00
2021-04-14 14:25:34 +02:00
2020-12-16 16:26:23 +11:00
2021-04-28 17:16:27 +02:00
2021-01-04 17:38:11 +11:00
2020-11-16 05:02:30 +01:00
2020-12-19 07:25:01 +01:00
2021-03-23 11:59:42 +01:00
2021-03-02 12:54:45 +01:00
2020-12-16 16:26:23 +11:00
2020-12-19 07:25:01 +01:00