pub fn load_blp<Q>(path: Q) -> Result<BlpImage, LoadError>where Q: AsRef<Path>,
Read BLP file from file system. If it BLP0 format, uses the mipmaps near the root file.