diff options
| author | Fuwn <[email protected]> | 2025-06-20 14:37:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-20 14:37:55 +0000 |
| commit | 08b2212cc8517132d8e341dc2771c3a64906d4a1 (patch) | |
| tree | 341f0939e9a1ce9c91cd789bdb6510886bac0516 | |
| parent | deps(flake): Bump inputs (diff) | |
| download | mayu-08b2212cc8517132d8e341dc2771c3a64906d4a1.tar.xz mayu-08b2212cc8517132d8e341dc2771c3a64906d4a1.zip | |
style(image): Clearer version data representation
| -rw-r--r-- | src/image.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.gleam b/src/image.gleam index 7fafa0a..93fe300 100644 --- a/src/image.gleam +++ b/src/image.gleam @@ -8,7 +8,7 @@ pub fn get_image_information(image) { parse_png_chunks(image, 8) << "GIF":utf8, - _version:unsigned-24, + _version:bytes-3, width:little-16, height:little-16, _rest:bits, |