Re: [Gegl-developer] Camera raw file support - test samples

2016-01-24 Thread Partha Bagchi
Hi Sven, According to Dave Coffin, that site is not maintained and he sells a US $800 DVD package of samples. :) Partha On Sun, Jan 24, 2016 at 5:02 AM, Sven Claussner wrote: > Hi, > > just found a website which provides sample camera raw files: >

Re: [Gegl-developer] [Gimp-developer] Using GEGL on GIMP

2012-04-06 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

Re: [Gegl-developer] building gegl

2021-01-27 Thread Partha Bagchi via gegl-developer-list
Assuming you are familiar with setting environmental variables etc., this should get you started, I hope... for folder in babl gegl; do mkdir $BUILDDIR/$folder; cd $BUILDDIR/$folder echo "Now building $folder ..." meson $SOURCE/$folder --prefix=$PREFIX/$folder -Denable-gir=false