Method

LasemSvgViewapply_convolve_matrix

Declaration

void
lsm_svg_view_apply_convolve_matrix (
  LsmSvgView* view,
  const char* input,
  const char* output,
  const LsmBox* subregion,
  unsigned a,
  unsigned b,
  unsigned n_values,
  double* values,
  double divisor,
  double bias,
  int target_x,
  int target_y,
  LsmSvgEdgeMode edge_mode,
  gboolean preserve_alpha
)

Description

No description available.

Parameters

input

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
output

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
subregion

Type: LsmBox

No description available.

The data is owned by the caller of the function.
a

Type: unsigned

No description available.

b

Type: unsigned

No description available.

n_values

Type: unsigned

No description available.

values

Type: double*

No description available.

The data is owned by the caller of the function.
divisor

Type: double

No description available.

bias

Type: double

No description available.

target_x

Type: int

No description available.

target_y

Type: int

No description available.

edge_mode

Type: LsmSvgEdgeMode

No description available.

preserve_alpha

Type: gboolean

No description available.