GNOME Bugzilla – Bug 785857
Allow to iterate over graph outputs in a buffer iterator loop
Last modified: 2018-05-22 12:16:31 UTC
Created attachment 356999 [details] [review] Patch that adds gegl_buffer_iterator_add_node() Attached patch was originally meant to help fixing GIMP bug 785535, here is the most important comment from that bug: GimpHistogram currently uses a GeglBufferIterator, so I hacked up GeglBufferIterator to be able to read from a GeglNode, a better API would be: GeglIterator gegl_iterator_new_empty() gegl_iterator_new_buffer() gegl_iterator_new_node() gegl_iterator_add_buffer() gegl_iterator_add_node() the rest just renamed gegl_buffer_iterator -> gegl_iterator But for now I'll attach a patch that simply adds gegl_buffer_iterator_add_node()
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gegl/issues/42.