Various fixes
- Memory leaks in
CompositePreprocessingandProductFormatter: the inheritance fromitk::LightObjecthas been removed (ITK object needs to be created with::New()and handled withitk::SmartPointer) - Set default output pixel type of composite images to int16
- Fix bit mask in
MaskExtractorFunctor