[Gimp-developer] Extending GIMP Plugins
David Gowers
00ai99 at gmail.com
Sat Aug 25 18:38:52 PDT 2007
On 8/26/07, Amit Kumar Saha <amitsaha.in at gmail.com> wrote:
>
>
> 2. Can I work with the individual pixels of an Image using GEGL? Say I
> want GEGL to work with only certain range of pixels of my Image, is it
> possible?
You mean a certain area of your image, rather than all of it?
You would do that using the 'crop' operation (and you would later
layer the result on top of the original image with a 'clear' operation
to clear the area, and a 'normal' operation to overlay the result)
More information about the Gimp-developer
mailing list