GEGL-OpenCL
GEGL-OpenCL copied to clipboard
Gimp-GEGL is the first official OpenCL Porting Project of
Hello, how can i change the exposure of multiple files through the terminal? I have tried this command for one file. `gegl -i a.JPG -o out.a.JPG — exposure=0.3 `
Hi , I was going through the example of box-blur.c and added some prints observed following: 1. if (gegl_operation_use_opencl (operation)) { if (cl_process (operation, input, output, result)) return TRUE; }...
wouldn't it beneficial if we would remove the *.cl.h files and add a getKernelSource function?
There are some implementations which generate a slightly different result ``` python run-compositions.py noise-simplex.xml False raster md5s differ: 4ddc13d5eeb20d66928c4e4dc91504e0 vs 020d502dde8c3112bdb714c2c480864d /home/blackout/git/GEGL-OpenCL/tests/compositions/reference/noise-simplex.png and /home/blackout/git/GEGL-OpenCL/tests/compositions/output/noise-simplex.png are identical PASS noise-simplex.xml SKIP noise-simplex.xml...
**If I run the composition tests** ``` python run-compositions.py noise-hurl.xml is OpenCLAvailable -> False /home/blackout/git/GEGL-OpenCL/tests/compositions/reference/noise-hurl.png and /home/blackout/git/GEGL-OpenCL/tests/compositions/output/noise-hurl.png are identical PASS noise-hurl.xml SKIP noise-hurl.xml (OpenCL) === Test Results === tests passed:...
Port the GEGL Operation **Gradient Map** to OpenCL, with optimizations targeting the following:- - Nvidia GPU - AMD GPU - Intel GPU - CPU
Port the GEGL Operation **Xor** to OpenCL, with optimizations targeting the following:- - Nvidia GPU - AMD GPU - Intel GPU - CPU
Port the GEGL Operation **Subtract** to OpenCL, with optimizations targeting the following:- - Nvidia GPU - AMD GPU - Intel GPU - CPU
Port the GEGL Operation **Multiply** to OpenCL, with optimizations targeting the following:- - Nvidia GPU - AMD GPU - Intel GPU - CPU