Uh oh!
There was an error while loading. Please reload this page.
CCSMB-3: bimg File Format - #22
Conversation
EmmaKnijn
commented
Jan 10, 2023
Note that I'm unsure if CCSMB-3 was already reserved but I saw we jumped from 2 to 4 |
Uh oh!
There was an error while loading. Please reload this page.
If you are planning to edit more stuff, please make this a draft. Currently it looks like it a proposal |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Looks good; see my requested changes.
Also, a few notes:
- We should refer to "bimg renderers (must|should|may)" instead of just "bimg". (See also my third point.)
- We should avoid embedding images unless necessary, preferring code blocks to screenshots of images.
- We should use RFC 2119 phrases (MUST, SHOULD, MAY, etc) instead of phrases like "can".
Otherwise, this proposal is extremely well-written.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tomo <68489118+tomodachi94@users.noreply.github.com>
| | Field | Type | Description | | ||
| |:--|:-:|:--| | ||
| | `version` | `string` | Format version of the file. Used to differentiate two bimg file formats. Composed of three numbers separated by dots, defining the major, minor, and revision number respectively. | |
There was a problem hiding this comment.
It would be nice if this value included the string "BIMG", so that the file format can be determined immediately without needing to probe the rest of the file.
There was a problem hiding this comment.
i think this should be a seperate field, to ensure backwards compatibility
tomodachi94
commented
Mar 24, 2024
Make sure to define a file extension, perhaps |
Uh oh!
There was an error while loading. Please reload this page.
| For animation support, see [Animations](#animations). | ||
| ## Frame Structure | ||
| A single frame MUST be composed of multiple numerically-indexed tables, each representing a single line of the image. |
There was a problem hiding this comment.
should this be multiple or at least one?
Uh oh!
There was an error while loading. Please reload this page.
Here's a first copy and header change for bimg, this would close#19