Hello,
I have two image that I want to compare suing psnr metrics
I used:
compare -metric psnr a.jpg b.png NULL, so its give me a number,
I want to export that result value to a text file so I tried
compare -metric psnr a.jpg b.png NULL >> texto.txt but its not work,
so is that possible?
IM 7.0.7 win 10
Compare metrics export to text
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Compare metrics export to text
The text data is sent to stderr, not stdout, so use "2>" or "2>>".
snibgo's IM pages: im.snibgo.com