Examples (6)
Compute the difference, i.e. the peak signal-to-noise ratio (PSNR) between two images
pnmpsnr path/to/file1.pnm path/to/file2.pnmCompare the color components rather than the luminance and chrominance components of the images
pnmpsnr path/to/file1.pnm path/to/file2.pnm -rgbRun in comparison mode, i.e. only output `nomatch` or `match` depending on whether the computing PSNR exceeds `n` or not
Run in comparison mode and compare the individual image components, i.e. Y, Cb, and Cr, to the corresponding thresholds
pnmpsnr path/to/file1.pnm path/to/file2.pnm -target1 threshold_Y -target2 threshold_Cb -target3 threshold_CrRun in comparison mode and compare the individual image components, i.e. red, green, and blue to the corresponding thresholds
pnmpsnr path/to/file1.pnm path/to/file2.pnm -rgb -target1 threshold_red -target2 threshold_green -target3 threshold_blueProduce machine-readable output
pnmpsnr path/to/file1.pnm path/to/file2.pnm -machinemade by @shridhargupta | data from tldr-pages