stego_combo.RdThis high-level function combines three layers of information: 1. Visual/Public: A scannable QR code (via url_qr). 2. 3D/Optical: A hidden 3D message in the stereogram (via text_3d). 3. Hidden/Pixel: A secret text message in the LSB pixels (via text_lsb).
stego_combo(
text_3d,
text_lsb,
url_qr = "https://yufree.cn",
out = "stego_combo.png",
family = NULL,
size = 600
)invisible output file path or cimg object
if (FALSE) { # \dontrun{
stego_combo("HELLO 3D", "SECRET LSB", "https://yufree.cn")
} # }