[Gimp-developer] newbie: how to scan lines?

2005-02-27 Thread balachandran c
hi all, I am a newbie. Q.1) I am writing a plugin which requires comparing one row of pixels with the one following it. Here is what I could think of, iterate over pixel regions (width = image width, height = tile height): iterate over rows in current pixel region: do comparison;

Re: [Gimp-developer] newbie: how to scan lines?

2005-02-27 Thread Sven Neumann
Hi, balachandran c [EMAIL PROTECTED] writes: Q.1) I am writing a plugin which requires comparing one row of pixels with the one following it. Here is what I could think of, iterate over pixel regions (width = image width, height = tile height): iterate over rows in

Re: [Gimp-developer] newbie: how to scan lines?

2005-02-27 Thread William Skaggs
Just to add a bit to Sven's response: balachandran c [EMAIL PROTECTED] writes: I am writing a plugin which requires comparing one row of pixels with the one following it. . . . how should it be done? There are lots of examples in the GIMP source that you can look at. Among the