export interface IBitResolution { bitDepth: number; signed: boolean; float: boolean; }