image-compare 0.2.1 out
So Image compare 0.2.1 is now out, it's live on crates.io and github. Also I probably should write down a changelog for completeness:
- New RGB image comparisons for SSIM and RMS - but they are not that useful
- A new hybrid mode that transforms to YUV and does SSIM on Y and RMS on UV delivering nice results
- Histogram comparisons using several distance metrics
- Multithreading using rayon for almost all functions