Search found 3 matches
- 2012-10-13T02:10:12-07:00
- Forum: Users
- Topic: ImageMagick: How to Search for sub image in a bigger image
- Replies: 6
- Views: 17188
Re: ImageMagick: How to Search for sub image in a bigger ima
Worked! Thanks a lot you are the man 
- 2012-10-12T16:51:20-07:00
- Forum: Users
- Topic: ImageMagick: How to Search for sub image in a bigger image
- Replies: 6
- Views: 17188
Re: ImageMagick: How to Search for sub image in a bigger ima
What version of IM and platform? -subimage-search was added at version 6.6.3-6
I have used successfully for quite some time now, the following syntax.
compare -metric rmse -subimage-search large_image.png sub-image.png result.png
That should produce two result.png images, -0 and -1. The second ...
I have used successfully for quite some time now, the following syntax.
compare -metric rmse -subimage-search large_image.png sub-image.png result.png
That should produce two result.png images, -0 and -1. The second ...
- 2012-10-12T12:22:57-07:00
- Forum: Users
- Topic: ImageMagick: How to Search for sub image in a bigger image
- Replies: 6
- Views: 17188
ImageMagick: How to Search for sub image in a bigger image
I have a forum on which users often upload images with watermark of our competitors, I would like to search for the logo on the image and replace or cut it.
I know that ImageMagick has an option called subimage-search, but i had no luck with it
what I've tried so far:
compare -subimage-search ...
I know that ImageMagick has an option called subimage-search, but i had no luck with it
what I've tried so far:
compare -subimage-search ...