diff options
Diffstat (limited to 'src/img')
-rw-r--r-- | src/img/png.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img/png.nim b/src/img/png.nim index 8239c35f..047a080f 100644 --- a/src/img/png.nim +++ b/src/img/png.nim @@ -108,7 +108,7 @@ type PNGReader = object i: int bitDepth: uint8 colorType: PNGColorType - background: RGBColor + background: RGBAColor isend: bool idatBuf: seq[uint8] uprow: seq[uint8] |