|
Posted by Josef Moellers on May 8, 2008, 7:31 am
Please log in for more thread options
elie wrote:
> Hello,
>
> so I have some images (all PNG)
>
> I have a small image, ( a checkered box) and other larger images that
> may or may not contain the checkered box small image.
> I want to somehow find out if the small image (the checkered box)
> apprears anywhere in the larger PNG's or not.
>
> any hits would be appreciated.
BTDT, however with a C program (I wanted to find the best fit for series
of screen shots of a game, so I could draw up a map of the game).
If you *must* use Perl, take a look at Image::Magick, more precise the
GetPixels method. I used it to to build an el-cheapo OCR program for
screen shots.
You can mail me for the sources. No problem.
Josef
--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef Möllers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
|