[Gimp-developer] Using GEGL on GIMP

2012-04-05 Thread Zhang Peixuan
Hello All, I tested GEGL-0.2.0 on GIMP 2.8-RC1, I change some code for GIMP-2.8.RC1: app/gegl/gimpoperationtilesource.c gimp_operation_tile_source_prepare (GeglOperation *operation) { GimpOperationTileSource *self = GIMP_OPERATION_TILE_SOURCE (operation); + const Babl *format; +

Re: [Gimp-developer] Using GEGL on GIMP

2012-04-05 Thread Partha Bagchi
Why don't you file a bug report so that the appropriate developer will get alerted? On Thu, Apr 5, 2012 at 4:40 AM, Zhang Peixuan zhangpeixuan...@gmail.com wrote: Hello All, I tested GEGL-0.2.0 on GIMP 2.8-RC1, I change some code for GIMP-2.8.RC1: app/gegl/gimpoperationtilesource.c