Searched defs:PngImageInfo (Results 1 – 1 of 1) sorted by relevance
40 struct PngImageInfo { struct41 uint32_t width = 0;42 uint32_t height = 0;43 uint8_t bitDepth = 0;44 uint32_t rowDataSize = 0;45 int32_t numberPasses = 0; // interlace is 7 otherwise is 1.