[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra/krita-texturizer_option-rempt] krita/plugins/paintops/libpaintop: don't save my debug imag
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2012-03-23 16:49:01
Message-ID: 20120323164901.84A15A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit f66dd46c3c71becd53cad32f425f6feb28a92439 by Boudewijn Rempt.
Committed on 23/03/2012 at 17:49.
Pushed by rempt into branch 'krita-texturizer_option-rempt'.

don't save my debug images :-)

M  +0    -4    krita/plugins/paintops/libpaintop/kis_texture_option.cpp

http://commits.kde.org/calligra/f66dd46c3c71becd53cad32f425f6feb28a92439

diff --git a/krita/plugins/paintops/libpaintop/kis_texture_option.cpp \
b/krita/plugins/paintops/libpaintop/kis_texture_option.cpp index 2b7cc8d..b0ec16d \
                100644
--- a/krita/plugins/paintops/libpaintop/kis_texture_option.cpp
+++ b/krita/plugins/paintops/libpaintop/kis_texture_option.cpp
@@ -231,8 +231,6 @@ void KisTextureProperties::recalculateMask()
 
     QImage mask = pattern->image();
 
-    mask.save(QString("original_mask_%1.png").arg(i));
-
     if (!qFuzzyCompare(scale, 0.0)) {
         QTransform tf;
         tf.scale(scale, scale);
@@ -317,8 +315,6 @@ void KisTextureProperties::apply(KisFixedPaintDeviceSP dab, const \
QPoint &offset  
     static int i = 0;
 
-    dab->convertToQImage(0).save(QString("%1_original_dab.png").arg(i));
-
     KisPaintDeviceSP fillDevice = new \
KisPaintDevice(KoColorSpaceRegistry::instance()->alpha8());  QRect bounds = \
m_mask->exactBounds();  QRect rect = dab->bounds();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic