PLANARCONFIG¶
- class tifffile.PLANARCONFIG(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Values of PlanarConfiguration tag.
Specifies how components of each pixel are stored.
- CONTIG = 1¶
Chunky, component values are stored contiguously (default).
- SEPARATE = 2¶
Planar, component values are stored in separate planes.