Skip to content
  • Simon Budig's avatar
    fix the rgb565 mode of the raw plugin. · 2afc3419
    Simon Budig authored
    The rgb565 mode of the raw plugin was wrong. Some colors accidentially
    got bits from the adjacent colors. Fixed by properly masking the resp.
    bits and properly extending them to the 8 bit range.
    2afc3419