Search found 2 matches

by jdnet
2011-07-15T18:45:16-07:00
Forum: Users
Topic: Finding image within image
Replies: 3
Views: 6925

Re: Finding image within image

Thanks, fmw42. I'm a little confused about one part. Is imagemagick going to save the results from the compare operation in a log file somewhere, or in a variable... or how do I grab the location values to turn around and use them afterward?
by jdnet
2011-07-15T17:30:43-07:00
Forum: Users
Topic: Finding image within image
Replies: 3
Views: 6925

Finding image within image

I'm trying to find a way to replace all instances of a particular pattern within my images, inserting a different pattern wherever the first pattern is found. For example, if I wanted to replace all instances of the letter "A" in an image consisting of text and insert the letter "B" each time ...