simgadget
    Preparing search index...

    Interface Screenshot

    interface Screenshot {
        data: Buffer;
        format: string;
        width: number;
        height: number;
        orientation: Orientation;
    }
    Index
    data: Buffer
    format: string
    width: number
    height: number
    orientation: Orientation

    The capture is always rotated to match the interface orientation — simctl captures in physical portrait regardless, and shipping sideways screenshots would re-ship a bug this repository already fixed.