|
void *mask = JS_GetArrayBuffer(ctx, &size, argv[4]);
|
|
void *mask = JS_GetArrayBuffer(ctx, &size, argv[4]);
|
|
bool tiling = JS_ToBool(ctx, argv[5]);
|
|
bool tiling = JS_ToBool(ctx, argv[5]);
|
|
texsynth_inpaint(w, h, out, img, mask, tiling);
|
|
texsynth_inpaint(w, h, out, img, mask, tiling);
|