pub fn copy_image_to_output_dir( input_file_path: &str, output_dir: &str, md_dir: &str, ) -> Result<(), Error>
Copies an image file to the specified output directory.