export function rotateColourChannelsInImage(
    srcImage: IThAWImage
): IThAWImage {
    if (srcImage.colourModel !== ColourModel.RGBA32) {
        throw new Error(