[][src]Function show_image::prompt_save_image

pub fn prompt_save_image(
    name_hint: &str,
    data: &[u8],
    info: ImageInfo
) -> Result<(), String>

Prompt the user to save an image.

The name hint is used as initial path for the prompt.