From b84aba39eb8c88275500b239d74be5af6423d97c Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Wed, 7 Jan 2026 10:09:55 +0100 Subject: [PATCH] expand on data in file spec --- one_line_file_type_spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/one_line_file_type_spec.md b/one_line_file_type_spec.md index 422a850..58d3a03 100644 --- a/one_line_file_type_spec.md +++ b/one_line_file_type_spec.md @@ -22,6 +22,7 @@ The file should follow the following format: width (max 255) height (max 255) termination byte (255) +data (x1 y1 x2 y2 ...) ``` An example file converted from binary to text would looks something like this. Commas