From: Romulo Pinho Date: Fri, 20 Apr 2012 07:47:14 +0000 (+0200) Subject: compilation of CxImage X-Git-Tag: v1.3.0~47 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=79c59e34aaeefd545cd5fb2f0475725533f7764e;p=clitk.git compilation of CxImage --- diff --git a/utilities/CxImage/CMakeLists.txt b/utilities/CxImage/CMakeLists.txt index b7418d0..fe2c787 100755 --- a/utilities/CxImage/CMakeLists.txt +++ b/utilities/CxImage/CMakeLists.txt @@ -2,6 +2,9 @@ INCLUDE(../../cmake/common.cmake) ADD_LIBRARY(clitkCxImage STATIC ximaenc.cpp + ximatran.cpp + ximath.cpp + ximaint.cpp ximage.cpp ximagif.cpp ximainfo.cpp diff --git a/utilities/CxImage/ximacfg.h b/utilities/CxImage/ximacfg.h index d9d2ab9..e745e91 100644 --- a/utilities/CxImage/ximacfg.h +++ b/utilities/CxImage/ximacfg.h @@ -20,7 +20,7 @@ // CxImage supported features #define CXIMAGE_SUPPORT_ALPHA 1 #define CXIMAGE_SUPPORT_SELECTION 1 -#define CXIMAGE_SUPPORT_TRANSFORMATION 0 +#define CXIMAGE_SUPPORT_TRANSFORMATION 1 #define CXIMAGE_SUPPORT_DSP 0 #define CXIMAGE_SUPPORT_LAYERS 1 #define CXIMAGE_SUPPORT_INTERPOLATION 0