libraw_get_imgother method

Pointer<libraw_imgother_t> libraw_get_imgother(
  1. Pointer<libraw_data_t> lr
)

Implementation

ffi.Pointer<libraw_imgother_t> libraw_get_imgother(
  ffi.Pointer<libraw_data_t> lr,
) {
  return _libraw_get_imgother(
    lr,
  );
}