Enumeration Caseswift-png 4.4.5PNG

    unexpectedPalette(pixel:)

    The parser encountered a PLTE chunk in an image with a pixel format that forbids it.

    PNG.ParsingError.swift:66
    case unexpectedPalette(pixel: PNG.Format.Pixel)

    Parameters

    pixel

    The image pixel format.

    Other cases