doubleblind.blinding.ImageCoder.blind¶
- ImageCoder.blind(output_dir: Optional[Path] = None)¶
Blind (encode) the files in the directory.
- Args:
output_dir (Path or None, optional): Directory to save the output file containing the details of the blinded files. If None, the root directory is used. Defaults to None.