stbir_resize_extended function

  1. @Native<Int Function(Pointer<STBIR_RESIZE>)>(ffi.Pointer<STBIR_RESIZE>)>()
int stbir_resize_extended(
  1. Pointer<STBIR_RESIZE> resize
)

And this is the main function to perform the resize synchronously on one thread.

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<STBIR_RESIZE>)>()
external int stbir_resize_extended(ffi.Pointer<STBIR_RESIZE> resize);