FILETYPE¶
- class tifffile.FILETYPE(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Values of NewSubfileType tag.
A general indication of the kind of the image.
- UNDEFINED = 0¶
Image is full-resolution (default).
- REDUCEDIMAGE = 1¶
Image is reduced-resolution version of another image.
- PAGE = 2¶
Image is single page of multi-page image.
- MASK = 4¶
Image is transparency mask for another image.
- MACRO = 8¶
Image is MACRO image (SVS) or depth map for another image (DNG).
- ENHANCED = 16¶
Image contains enhanced image (DNG).