2D Image Set¶
Writes all 2D images in an image set to a folder Reads all 2D images in a folder into an image set
Input¶
Import: None Export: 2D image set
Output¶
Import: One or more 2D image sets of type unsigned 8bit, unsigned 16bit or float,with either monochrome or RGB content Export: None
Description¶
Import¶
Reads all 2D images with a supported file type contained in the input folder into an image set. The order of the images is given by the lexicograhpic ordering of the filenames.
Export¶
Saves all images in a 2D image set into the specified folder. The images are saved in PNG format and named “img00.png”, “img01.png” and so on in the order they are stored in the image set. The number of digits in the file name is chosen so that there is always a leading zero.