I wanted to process a bunch of images (sample format: 16-bit unsigned Integer) with PixelMath and force the output images to the sample format 32-bit IEEE 754 Floating point. To achieve such a sample format conversion in PixelMath with a single image, I would have to set Destination/Create new image, Sample format: 32-bit IEEE 754 Floating point. However, when I do this and process an Image Container, the images that I want are created and displayed, but the unchanged images are saved. On the other hand, ImageContainer does not have output hints where I can set the output sample format.
So how can I achieve what I wanted to?
Bernd