pub fn save_blp<Q>(image: &BlpImage, path: Q) -> Result<(), Error>where Q: AsRef<Path>,
Save given BLP image to given path. For BLP0 it will create mipmaps in the save directory with names like <root_name>.b<num bitmap>
<root_name>.b<num bitmap>