Search found 11 matches
- 2013-01-15T08:40:33-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Using Compare in VB6
- Replies: 0
- Views: 20032
Using Compare in VB6
this command executes and returns 320x240in text1 Text1 = I.Convert("2.jpg", "+gravity", "-crop", "320x240", "c:\bob\vb camera\snapshot\mast_%d.gif") this command executes and works but nothing is returned in text2, x0.png is written text2 = I.Compare("-verbose", "-metric", "mae", "mast_0.gif", "new ...
- 2013-01-15T08:32:52-07:00
- Forum: Users
- Topic: Divide image into 4 quadrants
- Replies: 8
- Views: 14931
Re: Divide image into 4 quadrants
Ok, I'll take the prize 4 images 320,240. just a little mixup on my part
- 2013-01-15T07:35:59-07:00
- Forum: Users
- Topic: Compare In VB6
- Replies: 0
- Views: 8045
Compare In VB6
this command executes and returns 320x240in text1 Text1 = I.Convert("2.jpg", "+gravity", "-crop", "320x240", "c:\bob\vb camera\snapshot\mast_%d.gif") this command executes and works but nothing is returned in text2, x0.png is written text2 = I.Compare("-verbose", "-metric", "mae", "mast_0.gif", "new ...
- 2013-01-14T08:52:31-07:00
- Forum: Users
- Topic: Divide image into 4 quadrants
- Replies: 8
- Views: 14931
Divide image into 4 quadrants
I have a 640x480 picture that I would like to store as 4 160x120 pictures, for upper left, upper right, lower left, lower right
|---------|--------|
| | |
|------------------|
| | |
| --------|--------|
|---------|--------|
| | |
|------------------|
| | |
| --------|--------|
- 2013-01-12T15:36:18-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Re: Image moved Left, Right, Up or down?
Do you know where I can get a sample of its use using commands in VB?
convert other.jpg -crop 100x100+300+400 crop.png
compare -metric RMSE master.jpg crop.png -subimage-search null:
convert other.jpg -crop 100x100+300+400 crop.png
compare -metric RMSE master.jpg crop.png -subimage-search null:
- 2013-01-12T14:28:37-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Re: Image moved Left, Right, Up or down?
No way to issue and get result using Dll in Visual Basic?
- 2013-01-12T14:08:46-07:00
- Forum: Users
- Topic: Processing time concern
- Replies: 4
- Views: 6326
Processing time concern
convert other.jpg -crop 100x100+100+100 crop.jpg
This command takes 90 seconds to complete, master.jpg is 640x480 24 bit, is the 24 bit the problem? if so how do i reduce?
compare -metric RMSE master.jpg crop.png -subimage-search null:
This command takes 90 seconds to complete, master.jpg is 640x480 24 bit, is the 24 bit the problem? if so how do i reduce?
compare -metric RMSE master.jpg crop.png -subimage-search null:
- 2013-01-12T13:41:54-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Re: Image moved Left, Right, Up or down?
How would I issues these commands using the dll? or a script?
- 2013-01-12T13:11:44-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Re: Image moved Left, Right, Up or down?
I found this at one of the links you suggested. (http://www.imagemagick.org/Usage/compare/#camera) I am getting an "average" difference for all the images and then if the individual difference is greater than the average difference I keep the image as it has something in it. How would I do this?
- 2013-01-12T12:21:51-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Re: Image moved Left, Right, Up or down?
So would I need to resize my secondary images, then compare master image?
- 2013-01-12T11:39:39-07:00
- Forum: Users
- Topic: Image moved Left, Right, Up or down?
- Replies: 10
- Views: 14079
Image moved Left, Right, Up or down?
I have a master image and I want to compare to like images to see if the like image has moved left, right, up or down from the master. Is this possible with Imagemagick?
I'm using VB6 with COM DLL
I'm using VB6 with COM DLL