You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Every asset in a BBF file starts on a **4096-byte boundary**. This alignment is
66
66
8.**Metadata Table**: Key-Value pairs for archival data (Author, Scanlation team, etc.).
67
67
9.**Footer (76 bytes)**: Table offsets and a final integrity hash.
68
68
69
-
NOTE: `libbbf.h` includes a `flags` field, as well as extra padding for each asset entry. This is so that in the future `libbbf` can accomodate future technical advancements in both readers and image storage.
69
+
NOTE: `libbbf.h` includes a `flags` field, as well as extra padding for each asset entry. This is so that in the future `libbbf` can accomodate future technical advancements in both readers and image storage. I.E. If images support DirectStorage in the future, then BBF will be able to use it.
70
70
71
71
### Feature Comparison: Digital Comic & Archival Formats
0 commit comments