Search found 7 matches

by hasso
2012-04-23T18:10:29-07:00
Forum: Users
Topic: Issues with Multiple "convert -extract wxh+x+y"
Replies: 2
Views: 3946

Re: Issues with Multiple "convert -extract wxh+x+y"

OK.. I'll give -crop a try and report back. Although I omitted it in my post, I did have a +repage in my "convert -extract" syntax so would have expected it to work.
by hasso
2012-04-23T17:16:35-07:00
Forum: Users
Topic: Issues with Multiple "convert -extract wxh+x+y"
Replies: 2
Views: 3946

Issues with Multiple "convert -extract wxh+x+y"

version 6.7.5-7 on Linux Mint 10 My program extracts a portion of an image using "convert -extract wxh+x+y input.tif interim.tif" syntax, and that gives me the results I am looking for. However, when I subsequently want to extract a portion of interim.tif using the same syntax "conver...
by hasso
2012-03-01T00:16:33-07:00
Forum: Bugs
Topic: compare -subimage-search issues in bash loop
Replies: 11
Views: 18976

Re: compare -subimage-search issues in bash loop

Well, that was easy :-). Working like a charm now. The script is churning through the images as I type. Thanks for your help.
by hasso
2012-02-29T20:14:46-07:00
Forum: Bugs
Topic: compare -subimage-search issues in bash loop
Replies: 11
Views: 18976

Re: compare -subimage-search issues in bash loop

Thanks for doing the analysis and the confirmation of the issue. Much appreciated. Are there any other steps necessary to register this as a bug, or is it simply enough to leave in this forum "as is"?

In the meantime, I'll need to try to figure out a "workaround".
by hasso
2012-02-29T17:36:37-07:00
Forum: Bugs
Topic: compare -subimage-search issues in bash loop
Replies: 11
Views: 18976

Re: compare -subimage-search issues in bash loop

I have tried putting in echos and the resulting values all seem to make sense. This seems to be supported by the fact that on every loop a valid interim.tif is being produced (same dimensions), each containing the full sprocket.tif sub-image (i.e. I can see it, and it isn't 'cutoff' or anything). I'...
by hasso
2012-02-29T16:43:12-07:00
Forum: Bugs
Topic: compare -subimage-search issues in bash loop
Replies: 11
Views: 18976

Re: compare -subimage-search issues in bash loop

thanks for the fast reply... 1. yes... interim.tif (first) is always larger than sprocket.tif (second), and visual comparison of the interim.tif's produced always contain the sprocket.tif subimage. 2. I have tried adding the extension (such as results.tif) and no difference First time round the loop...
by hasso
2012-02-29T15:35:22-07:00
Forum: Bugs
Topic: compare -subimage-search issues in bash loop
Replies: 11
Views: 18976

compare -subimage-search issues in bash loop

version 6.7.5-7 on Linux Mint 10 I am trying to extract a series of similar (but not 100% similar) subimages from an image. I know the approximate position of each of these sub-images (they are pretty regularly spaced within the image), so I've written a bash script with a "for" loop which...