Skip to content

Commit

Permalink
Added unpacker from RGBA;15 to RGB
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 6, 2022
1 parent 71839a7 commit 85b872d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libImaging/Unpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ static struct {
{"RGB", "RGBX", 32, copy4},
{"RGB", "RGBX;L", 32, unpackRGBAL},
{"RGB", "RGBA;L", 32, unpackRGBAL},
{"RGB", "RGBA;15", 16, ImagingUnpackRGBA15},
{"RGB", "BGRX", 32, ImagingUnpackBGRX},
{"RGB", "XRGB", 32, ImagingUnpackXRGB},
{"RGB", "XBGR", 32, ImagingUnpackXBGR},
Expand Down

0 comments on commit 85b872d

Please sign in to comment.