Blender Git Loki

Git Commits -> Revision 64a1b02

July 27, 2021, 19:52 (GMT)
Compositor: Add sampling methods for full frame

Current sampling methods do not take into account area offsets
and have some off by 1 issues on full frame. For example on bilinear
bottom and left image border pixel is not fully sampled and
creates edges.
Other issue is they use `wrap_pixel` when most of the time is not
needed.

In order to not affect tiled implementation, this commit creates
specific sampling methods for full frame needs.

Commit Details:

Full Hash: 64a1b02bdad85629a55140745a2deccb04d14d3d
Parent Commit: 9371895
Lines Changed: +105, -2

2 Modified Paths:

/source/blender/compositor/intern/COM_MemoryBuffer.cc (+41, -0) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.h (+64, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021