I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-06-17 02:13:35.526178-07 by roggli
how to get the coordinates of certain pixel based on color
Hi I need to find where a certain color is in an image. What I did for now is the following
$img->getpixel(x => $x, y => $y)
within two loops for $x and $y. On an 1024x1024 pixel image it takes quite some time. Is there a better way to speed up the process? best regards
Direct Responses: 12780 | Write a response