Search found 5 matches
- 2016-01-30T07:23:52-07:00
- Forum: Users
- Topic: Get the value of the comparison in the batch script variable
- Replies: 10
- Views: 9138
Re: Get the value of the comparison in the batch script variable
Thank you to all who responded very friendly community here and you helped me a lot. Especially GeeMask, a special thank you good sir.
- 2016-01-29T18:10:23-07:00
- Forum: Users
- Topic: Get the value of the comparison in the batch script variable
- Replies: 10
- Views: 9138
Re: Get the value of the comparison in the batch script variable
I've tried all these options ...
- 2016-01-29T17:55:36-07:00
- Forum: Users
- Topic: Get the value of the comparison in the batch script variable
- Replies: 10
- Views: 9138
Re: Get the value of the comparison in the batch script variable
I think the problem is not parsing. I just can not even call this variable.fmw42 wrote:see http://www.imagemagick.org/script/compare.php
Code: Select all
set difference = 'compare -metric MAE file1.jpg file2.jpg null: 2>&1'
echo %difference%
- 2016-01-29T17:27:05-07:00
- Forum: Users
- Topic: Get the value of the comparison in the batch script variable
- Replies: 10
- Views: 9138
Re: Get the value of the comparison in the batch script variable
ImageMagick 6.9.3-2-Q16-x64-dll Windows7. Yes, the two images of the same size. What kind of error do you get? Well, I have no IDE for batch files, just notepad. So what can i say - .cmd file just don't start working. While a program itself is executed well. compare -metric MAE file1.jpg file2.jpg ...
- 2016-01-29T13:46:20-07:00
- Forum: Users
- Topic: Get the value of the comparison in the batch script variable
- Replies: 10
- Views: 9138
Get the value of the comparison in the batch script variable
Hello everyone I need to compare the pictures and choose a exactly the same or a little bit modified one. The approximate degree of similarity is known. But I did not get to take the value of the similarity as a variable. It seems that I'm hopeless noob :? Please help me with the following piece of ...