pub fn convert_image_file_stem<T, E>( image_path: T, new_image_stem: E, ) -> Result<PathBuf>where T: AsRef<Path>, E: AsRef<str>,