On 23 Aug 2005 14:07:15 -0700, "PyPK" <[EMAIL PROTECTED]> wrote:

>Hi I am looking for a simple algorithm for removing straight lines in a
>given Image using something like an PIL or simpler.
>
The simplest is if you are in control of drawing in the first place
and don't draw the lines ;-) Otherwise, you need to define your
requirements a little more precisely. E.g., replacing horizontal
and vertical runs of identical pixels of a given color with another
given background color could be one definition. Removing an
arbitrarily diagonal anti-aliased line of some undprcified width
running through a speckled background is a different problem ;-)

Regards,
Bengt Richter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to