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

List:       kde-commits
Subject:    extragear/libs/kipi-plugins
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2008-05-15 13:50:58
Message-ID: 1210859458.927047.10911.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 808042 by cgilles:

set IPTC preview size to 1280x1024 instead 800x600


 M  +1 -1      acquireimages/scandialog.cpp  
 M  +1 -1      jpeglossless/utils.cpp  
 M  +1 -1      rawconverter/rawdecodingiface.cpp  


--- trunk/extragear/libs/kipi-plugins/acquireimages/scandialog.cpp #808041:808042
@@ -271,7 +271,7 @@
     QImage img;
     d->saneWidget->makeQImage(ksane_data, width, height, bytes_per_line,
                               (KSaneIface::KSaneWidget::ImageFormat)ksaneformat, \
                img);
-    QImage prev  = img.scaled(800, 600, Qt::KeepAspectRatio);
+    QImage prev  = img.scaled(1280, 1024, Qt::KeepAspectRatio);
     QImage thumb = img.scaled(160, 120, Qt::KeepAspectRatio);
     QByteArray data((const char*)img.bits(), img.numBytes());
     QByteArray prof = \
KIPIPlugins::KPWriteImage::getICCProfilFromFile(KDcrawIface::RawDecodingSettings::SRGB);
                
--- trunk/extragear/libs/kipi-plugins/jpeglossless/utils.cpp #808041:808042
@@ -87,7 +87,7 @@
     }
 
     QImage img(src);
-    QImage iptcPreview   = img.scaled(800, 600, Qt::KeepAspectRatio);
+    QImage iptcPreview   = img.scaled(1280, 1024, Qt::KeepAspectRatio);
     QImage exifThumbnail = iptcPreview.scaled(160, 120, Qt::KeepAspectRatio);
 
     KExiv2Iface::KExiv2 meta;
--- trunk/extragear/libs/kipi-plugins/rawconverter/rawdecodingiface.cpp \
#808041:808042 @@ -216,7 +216,7 @@
         }
     }
 
-    QImage iptcPreview   = img.scaled(800, 600, Qt::KeepAspectRatio);
+    QImage iptcPreview   = img.scaled(1280, 1024, Qt::KeepAspectRatio);
     QImage exifThumbnail = iptcPreview.scaled(160, 120, Qt::KeepAspectRatio);
 
     // -- Write image data into destination file -------------------------------


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

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