export interface ISelectedImageAxisInfo {
    length: number;
    dpi: number;
    lengthRatioToSelection: number;
}
