
Search found 2 matches
- 2011-12-30T03:01:32-07:00
- Forum: Users
- Topic: Commandline output to a file?
- Replies: 2
- Views: 6047
Re: Commandline output to a file?
Thank you very much 

- 2011-12-30T02:04:22-07:00
- Forum: Users
- Topic: Commandline output to a file?
- Replies: 2
- Views: 6047
Commandline output to a file?
Hi, I'm comparing some images and I want the result of the image comparison output'ed to a file. I'm using Windows. For example I'm running the command: compare -metric PSNR crop_1.png crop_2.png dif_1_2.png Which in the console prints out: 28.9463 Normally I would put a "> result.txt" after the ...