I'm pretty sure that you can use Gimp:Perl to access image data and perform
small tasks. I've not done it yet, but yes, something of this nature seems
entirely possible. Circling areas of common color with a marquee.
-mh
On Monday 19 November 2001 08:58 pm, Bob Krovetz wrote:
> I would like to
Jeff Trefftzs wrote:
>
> Another way to select a limited area by color is to use the
> "Magic Wand" tool - the one that selects contiguous areas.
> (Next to the lasso in the toolbox). Whereas Select by color
> selects everything of the desired color, the magic wand selects
> only those pixels th
Another way to select a limited area by color is to use the
"Magic Wand" tool - the one that selects contiguous areas.
(Next to the lasso in the toolbox). Whereas Select by color
selects everything of the desired color, the magic wand selects
only those pixels that are adjacent to the spot w
Bob Krovetz wrote:
>
> I would like to write a program that would automatically circle an area
> of an image that contains a given color. For example, circle the areas
> that are "blue". I would use a range of color values to define "blue",
> and the images would be in JPEG format. Can I do th