- baseline_dir
Path to the directory containing baseline images.
- current_dir
Path to the directory containing current images to
compare against baseline.
- diff_dir
Directory to save diff images. If NULL, no diff images
are created.
- output_file
Path for the HTML report. Defaults to
file.path(diff_dir, "report.html").
- parallel
Logical; if TRUE, compare images in parallel. See
compare_images_batch() for details.
- title
Title for the HTML report.
- embed
Logical; if TRUE, embed images as base64 data URIs for a
self-contained report. If FALSE (default), link to image files.
- relative_paths
Logical; if TRUE, use relative paths for images
in the HTML report. Makes reports portable without embedding. Ignored
when embed = TRUE. Default: FALSE.
- n_worst
Number of worst offenders to display in the report.
- show_all
Logical; if TRUE, show all comparisons in the report,
not just failures.
- ...
Additional arguments passed to compare_image_dirs() (e.g.
threshold, antialiasing, pattern, recursive).