Skip to content

Commit

Permalink
Reduce output image size in vignette to lower package size
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jul 24, 2024
1 parent 26fb373 commit bfdd5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/visiumStitched.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ memory footprints.
```{r "prep_fiji"}
spe_input_dir <- tempdir()
prep_fiji_coords(sample_info, out_dir = spe_input_dir)
prep_fiji_image(sample_info, out_dir = spe_input_dir)
prep_fiji_image(sample_info, out_dir = spe_input_dir, lowres_max_size = 400)
```

## Constructing the Object
Expand Down

0 comments on commit bfdd5a1

Please sign in to comment.