Skip to content

FilterContext::compute_bounds() improvements

  • Cleaned up the unsafe;
  • Changed the returned coordinates to round() to the nearest integer, which made the output of composite match the reference output better on some edge pixels.

Previous output:

filters-composite-02-b-ref

Current output:

filters-composite-02-b-out

Reference output:

filters-composite-02-b

Merge request reports