- Added `GSSIM` metric
- Added `RMSE` metric
- Added `MAE' metric
- Added `compimg.pads` module which provides easy way to apply padding to an
image (used in *SSIM implementations)
- Added`compimg.kernels` module which makes possible applying kernel to an
image (used within *SSIM implementations)
- More and better exceptions
- Moved `compimg.similarity.intermediate_type` to
`compimg.config.intermediate_dtype`
- Fixed `SSIM` metric (now implementation follows steps from the one
provided by authors)