Search found 15 matches

by lizac
2011-09-19T09:06:15-07:00
Forum: Users
Topic: does image size affects the imagemagick compare?
Replies: 6
Views: 29481

Re: does image size affects the imagemagick compare?

Hi! Sorry for not getting back on this issue sooner. Anyways, I just realized that composite -geometry is actually resizing the original image I have. Is there any command that I could use to overlay two solid-colored image (about 300x300 size) on the upper left and south respectively of 1078x1052 i...
by lizac
2011-06-13T07:12:55-07:00
Forum: Users
Topic: does image size affects the imagemagick compare?
Replies: 6
Views: 29481

Re: does image size affects the imagemagick compare?

Hi! anthony and fmw42. Thank you both for your responses. Below is the piece of the code I'm using: ImageMagick 6.6.8-6 Q16, Windows 7 professional 1. " C:\path\to\iMacros.exe" -macro "screenshot_img.iim" -var_filename today_img 2. pushd C:\path\to\ImageMagick 3. composite -gravi...
by lizac
2011-06-10T18:15:33-07:00
Forum: Users
Topic: does image size affects the imagemagick compare?
Replies: 6
Views: 29481

does image size affects the imagemagick compare?

hi! I have a program that runs daily. This program 1. takes screenshots using iMacros tool " SAVEAS " function. 2. the screenshots are compared from yesterday and today using iMageMagick. 3. since the screenshots have dynamic areas, I used the composite -gravity and composite -geometry to ...
by lizac
2011-04-12T23:43:07-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Hi! fmw42. Thanks for your response and I think that's the best thing to do for us not to get false reports. I'm almost done with my coding but the requirements of the program has been changed. I'm actually lost at this time as I have limited knowledge on batch or vbscript. Anyways, for those who ma...
by lizac
2011-04-06T00:30:48-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Hi! fmw42. No problem. I actually scoured the forum again and it turns out that your answer to other related questions have also widen my understanding on what you meant with your code. You're a big help. On another note, I would like to ask how can I use the rmse not to give false information. Here...
by lizac
2011-04-05T05:45:49-07:00
Forum: Users
Topic: How to write command line output to text file?
Replies: 13
Views: 31764

Re: How to write command line output to text file?

Hi! Your code is what i needed... Do you know how to convert it in vbscript? I would actually need the AE value to test if it's equal to zero or not. I'm having a hard time looking for resources where I need to pass the value of batch result to use in my vbscript. Once the value is tested, if it's e...
by lizac
2011-04-05T04:45:42-07:00
Forum: Users
Topic: compare -metric
Replies: 6
Views: 30680

Re: compare -metric

Hi! This has answered my inquiry. If anyone would be interested to know.

http://studio.imagemagick.org/discourse ... 982#p68260
by lizac
2011-04-05T02:10:05-07:00
Forum: Users
Topic: compare -metric
Replies: 6
Views: 30680

Re: compare -metric

Hi! fmw42. Thanks again for your response and to my other post. You are so kind. Anyways, I just hope that anyone who knows windows scripting would be able to jump in and share their knowledge. My dilemma is this is a time-constraint project and studying from top gives me a lot of time pressure. Tha...
by lizac
2011-04-04T05:10:06-07:00
Forum: Users
Topic: compare -metric
Replies: 6
Views: 30680

Re: compare -metric

Hi! Do you know how can I retrieve those values from the first post? Ex. I want to use the 3739.74 and test it if it's equal to Zero or not in Vbcrispt? If it's zero then the image has no difference. I'm using Bat actually. Not sure if this is correct. FOR /F "tokens=*" %%G IN ('compare -m...
by lizac
2011-03-29T22:20:22-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Hi again. You've been really helpful. But I got one more request, I don't know unix, can I have the sample equivalent of it in batch using windows command line? Thank you thank you so much. Really appreciate your time and effort to help. :D
by lizac
2011-03-29T02:39:40-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Hi. Thanks for the tip. I know you've also mentioned that you are not into vbscript but this question is for those who happen to pass by on this post and would love to give their 2 cents. I would like to convert this command line -compare -metric rmse image1.png image2.png diff.png and be able to ge...
by lizac
2011-03-28T01:51:43-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Also, can you tell me what kind of metric should I use to compare these images? I'm confused about the results I'm getting and how to use it to trigger the email function to send a message that something has changed on the website. I need to set values that should be the basis of the changes. Please...
by lizac
2011-03-28T00:45:15-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Thanks again. Anyone, who can provide a sample vbscript of comparing two images? I can do it in Batch but will need to have it done in vbscript. Thanks a lot!
by lizac
2011-03-25T20:36:05-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

Re: iMacros and ImageMagick Compare Sample Script

Hi! fmw42. Thanks for your response. I'm currently looking the links that you gave me. I want to follow a sample command script of which the difference will be calculated and that a portion has changed. In this way, we don't have to check/look on the homepage on a regular basis. The script will aler...
by lizac
2011-03-25T19:48:53-07:00
Forum: Users
Topic: iMacros and ImageMagick Compare Sample Script
Replies: 13
Views: 28346

iMacros and ImageMagick Compare Sample Script

Hi! Guys. I just learned about Imagemagick and its powerful features. Despite of its simplicity, the noob like me is having a hard time combining different scripts to achieve my goal. I actually want to take screen shots of our website homepage on a daily basis using iMacros, compare the screenshots...