Resolve "16 bit PNG images are stored as big endian"
Compare changes
- Manuel Günther authored
Fixed implementation of 16 to 8 bit PNG (now I am converting, instead of casting -> I get the MSB instead of the LSB)
@@ -30,6 +30,7 @@
@@ -96,7 +97,18 @@ namespace bob { namespace io { namespace image {