JuliaTesting / ReferenceTests.jl

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

Add psnr implementation for RGBA #103

Closed Octogonapus closed 2 years ago

Octogonapus commented 2 years ago

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

Closes #102.