summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca82c46)
raw | patch | inline | side by side (parent: ca82c46)
author | Josh Andler <scislac@gmail.com> | |
Tue, 15 Jun 2010 07:00:24 +0000 (00:00 -0700) | ||
committer | Josh Andler <scislac@gmail.com> | |
Tue, 15 Jun 2010 07:00:24 +0000 (00:00 -0700) |
src/display/nr-filter-flood.cpp | patch | blob | history |
index 1d804f96912ffdfd6ee77c40a38b5b14a6530e2a..fd0600cdbbc6b7130e494b50d513f3bf8a550d12 100644 (file)
{}
int FilterFlood::render(FilterSlot &slot, FilterUnits const &/*units*/) {
-g_message("rendering feflood");
+//g_message("rendering feflood");
NRPixBlock *in = slot.get(_input);
if (!in) {
g_warning("Missing source image for feFlood (in=%d)", _input);
#if ENABLE_LCMS
icc_color_to_sRGB(icc, &r, &g, &b);
-g_message("result: r:%d g:%d b:%d", r, g, b);
+//g_message("result: r:%d g:%d b:%d", r, g, b);
#endif //ENABLE_LCMS
for(i=0; i < 4*in_h*in_w; i+=4){