[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; +

[Gimp-developer] How to use debug window on GIMP 2.8

2012-04-04 Thread Zhang Peixuan
Hello, I'm doing some test on GIMP 2.8, I need to use the debug window to my test easier, but I can't find it. How can I use the debug Window? Thanks a lot. ___ gimp-developer-list mailing list gimp-developer-list@gnome.org

Re: [Gimp-developer] How to use debug window on GIMP 2.8

2012-04-04 Thread Zhang Peixuan
Oh, thanks, I just know I need to use: --verbose 在 2012年4月5日 上午12:28,Zhang Peixuan zhangpeixuan...@gmail.com写道: Hello, I'm doing some test on GIMP 2.8, I need to use the debug window to my test easier, but I can't find it. How can I use the debug Window? Thanks a lot

[Gimp-developer] How to get the data out of boundary in area-filte​r-operatio​ns of GIMP?

2012-03-01 Thread Zhang Peixuan
Hello all, In GIMP,the area-filter-operations always get more pixel data out of the input buffer's extent, then output the processed data. So, how the pixel datas out of extent are gotten in gegl-buffer-set and gegl-buffer-get ,maybe they are all set 0x00, or another setting method?? such

[Gimp-developer] We want to add some code to GEGL

2012-02-29 Thread Zhang Peixuan
Hello All, As we have said yesterday, we have some code that want to be add to GEGL, which are some OpenCL opmitiztion code for GEGL. We work with Victor Oliveira, and we did another branch of filters. Our code is on: https://github.com/peixuan/GEGL-OpenCL Anyone who is insterested in it