Skip to content

Image trilinear scaling + Optimization

Rafał Mikrut requested to merge github/fork/RandomShaper/improve-image into master

Created by: RandomShaper

  • First commit adds Image.INTERPOLATE_TRILINEAR mode for scaling.
  • Second commit adds a bit of restrict pointer magic to aid the compiler in optimizing the code at those assembler-like-code routines.

This code is donated by AdPodnet.

Merge request reports