ddd_pylib.image_manip.
TypeCastOperator#
- class ddd_pylib.image_manip.TypeCastOperator[source]#
Bases:
ImageOperatorChange the data type of an image. It uses a target type given as a string that defines the type to which the image should be casted. If the target type has a maximum value under the maximum value of the image, it will be downcast either by clipping or by scaling, the downcasting rule can be chosen.
Methods
- getPrefix()[source]#
Prefix added to the input image name to generate the output image name.
- Return type: