58661f441a
Copy from graphics/gegl based on submit request 32471 from user coolo OBS-URL: https://build.opensuse.org/request/show/32471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=10
14 lines
522 B
Diff
14 lines
522 B
Diff
Index: gegl-0.1.2/operations/workshop/mirrors.c
|
|
===================================================================
|
|
--- gegl-0.1.2.orig/operations/workshop/mirrors.c
|
|
+++ gegl-0.1.2/operations/workshop/mirrors.c
|
|
@@ -232,8 +232,6 @@ apply_mirror (double mirror_angle,
|
|
|
|
|
|
|
|
- printf ("> mirror marker 3: src: (%f,%f)-> (%d,%d)\n", cx, cy, col,row);
|
|
-
|
|
#ifndef DO_NOT_USE_BUFFER_SAMPLE
|
|
gegl_buffer_sample (src, cx, cy, 1.0, &dst_buf[(row * roi->width + col) * 4], format, GEGL_INTERPOLATION_LINEAR);
|
|
#endif
|