Skip to content

Commit eb81c62

Browse files
committed
style(image): Clearer version data representation
1 parent a8d844c commit eb81c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn get_image_information(image) {
88
parse_png_chunks(image, 8)
99
<<
1010
"GIF":utf8,
11-
_version:unsigned-24,
11+
_version:bytes-3,
1212
width:little-16,
1313
height:little-16,
1414
_rest:bits,

0 commit comments

Comments
 (0)