blurhash_ffi icon indicating copy to clipboard operation
blurhash_ffi copied to clipboard

Wrong compression method in bmp header

Open wh201906 opened this issue 1 year ago • 0 comments

The data at offset 0x1E should be the compression method rather than the channel number https://github.com/folksable/blurhash_ffi/blob/c24986763bb3abb801ec7491448924c86a9b8f9d/lib/blurhash.dart#L555 https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_(bitmap_information_header)

wh201906 avatar Dec 10 '23 05:12 wh201906