JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
83 stars 15 forks source link

Add psnr implementation for RGBA #103

Closed Octogonapus closed 3 years ago

Octogonapus commented 3 years ago

This PR adds a psnr implementation for RGBA, following the similar psnr implementations.

Closes #102.