Compute PSNR of two images.
misc/psnr image1.png image2.png
image1.png and image2.png are two same size, 8-bit 3-channel color images.
image1.png
image2.png
Computes the PSNR of the two images and prints it to stdout. No other output is printed.