Skip to content

Commit

Permalink
example highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
naikymen committed Aug 2, 2023
1 parent 616d7fa commit e1387d1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,15 @@ cdata |>
image_append()
```

Any set of frames can be highlighted with a yellow border:

```{r}
cdata |>
magickCell(images,
highlight_fames = 2,
return_single_imgs = T) |>
image_append()
```

### Exported utils

Expand Down

0 comments on commit e1387d1

Please sign in to comment.