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

Feature Request: Add an examples folder #118

Closed alphastrata closed 2 years ago

alphastrata commented 2 years ago

Would be great if there were some examples of how to use this 'as a library'.

Great app :)

kornelski commented 2 years ago

Hopefully the main binary is an example itself:

https://github.com/kornelski/dssim/blob/435391b3620fe3a7fc18595ad2304564ab501f6a/src/main.rs#L80-L106

alphastrata commented 2 years ago

Fair enough -- thanks for responding.