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

List:       kde-commits
Subject:    koffice/krita/plugins/formats
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2010-01-04 18:43:05
Message-ID: 1262630585.492005.25862.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1070026 by berger:

start working on an EXR plugin that use the general interface of openexr
to supper higher bit depth and multi layers


 M  +1 -0      CMakeLists.txt  
 A             exr (directory)  
 A             exr/CMakeLists.txt  
 AM            exr/exr_converter.cc   [License: GPL (v2+)]
 AM            exr/exr_converter.h   [License: GPL (v2+)]
 AM            exr/exr_export.cc   [License: GPL (v2+)]
 AM            exr/exr_export.h   [License: GPL (v2+)]
 AM            exr/exr_import.cc   [License: GPL (v2+)]
 AM            exr/exr_import.h   [License: GPL (v2+)]
 A             exr/krita_exr.desktop  
 A             exr/krita_exr_export.desktop   [TRAILING SPACE]
 A             exr/krita_exr_import.desktop   [TRAILING SPACE]
 M  +1 -1      openexr/kis_openexr_import.cpp  
 M  +1 -1      openexr/krita_openexr_import.desktop  


--- trunk/koffice/krita/plugins/formats/CMakeLists.txt #1070025:1070026
@@ -42,6 +42,7 @@
 # OpenCTL is needed for having a RGB16/32f color space
 if(OPENEXR_FOUND AND OPENCTL_FOUND)
     add_subdirectory(openexr)
+    add_subdirectory(exr)
 endif(OPENEXR_FOUND AND OPENCTL_FOUND)
 
 if(POPPLER_FOUND AND HAVE_POPPLER_0_6)
** trunk/koffice/krita/plugins/formats/exr/exr_converter.cc #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_converter.cc #property svn:keywords
   + Id
** trunk/koffice/krita/plugins/formats/exr/exr_converter.h #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_converter.h #property svn:keywords
   + Id
** trunk/koffice/krita/plugins/formats/exr/exr_export.cc #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_export.cc #property svn:keywords
   + Id
** trunk/koffice/krita/plugins/formats/exr/exr_export.h #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_export.h #property svn:keywords
   + Id
** trunk/koffice/krita/plugins/formats/exr/exr_import.cc #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_import.cc #property svn:keywords
   + Id
** trunk/koffice/krita/plugins/formats/exr/exr_import.h #property svn:eol-style
   + native
** trunk/koffice/krita/plugins/formats/exr/exr_import.h #property svn:keywords
   + Id
--- trunk/koffice/krita/plugins/formats/openexr/kis_openexr_import.cpp \
#1070025:1070026 @@ -98,7 +98,7 @@
     int dataWidth  = dataWindow.max.x - dataWindow.min.x + 1;
     int dataHeight = dataWindow.max.y - dataWindow.min.y + 1;
 
-    const KoColorSpace *cs = static_cast<const KoColorSpace \
*>((KoColorSpaceRegistry::instance()->colorSpace(KoID("RgbAF16", ""), ""))); +    \
const KoColorSpace *cs = KoColorSpaceRegistry::instance()->colorSpace(KoID("RgbAF16", \
""), "");  
     if (cs == 0) {
         return KoFilter::InternalError;
--- trunk/koffice/krita/plugins/formats/openexr/krita_openexr_import.desktop \
#1070025:1070026 @@ -51,7 +51,7 @@
 Name[zh_CN]=Krita OpenEXR 导入过滤器
 Name[zh_TW]=Krita OpenEXR 匯入過濾程式
 X-KDE-Export=application/x-krita
-X-KDE-Import=image/x-exr
+# X-KDE-Import=image/x-exr
 X-KDE-Weight=1
 X-KDE-Library=libkrita_openexr_import
 X-KDE-ServiceTypes=KOfficeFilter


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

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