]> Creatis software - clitk.git/blobdiff - common/vvImageWriter.txx
Merge branch 'master' into OpenGL2
[clitk.git] / common / vvImageWriter.txx
index 0705197fd49b4f4d1394eb864c2175e2681464f2..81e45ee03b91344b0f60f7829b1aa0c2ac5997bd 100644 (file)
@@ -38,6 +38,8 @@ void vvImageWriter::UpdateWithDim(std::string OutputPixelType)
     UpdateWithDimAndOutputPixelType<unsigned char,VImageDimension>();
   } else if (OutputPixelType == "int") {
     UpdateWithDimAndOutputPixelType<int,VImageDimension>();
+  } else if (OutputPixelType == "unsigned_int") {
+    UpdateWithDimAndOutputPixelType<unsigned int,VImageDimension>();
   } else if (OutputPixelType == "double") {
     UpdateWithDimAndOutputPixelType<double,VImageDimension>();
   } else if (OutputPixelType == "float") {