kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.07k stars 69 forks source link

Fix borrowing of dst as mutable #76

Closed bz2 closed 4 years ago

bz2 commented 4 years ago

Need to mark in do_blur() params so call to buf_mut() works.

Sorry! Thought I'd included this in https://github.com/kornelski/dssim/commit/9bc5faa5ab762c6ffa28ff528ffa143ab92e3249 but didn't make it to the PR.