AMOS Picture Bank
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
It is a subtype [[AMOS Memory Bank]], identified by the name "<code>Pac.Pic.</code>". It may appear in a file by itself, or be contained in [[AMOS BASIC tokenized file]] or [[AMOS AmBs]] format. | It is a subtype [[AMOS Memory Bank]], identified by the name "<code>Pac.Pic.</code>". It may appear in a file by itself, or be contained in [[AMOS BASIC tokenized file]] or [[AMOS AmBs]] format. | ||
− | It is not the same as [[AMOS Sprite Bank]] or [[AMOS Icon Bank]]. | + | It is not the same as [[AMOS Sprite Bank]] or [[AMOS Icon Bank]]. Internally, it is similar to [[STOS packed screen]]. |
== Identification == | == Identification == | ||
Line 21: | Line 21: | ||
* [https://github.com/kyz/amostools amostools] | * [https://github.com/kyz/amostools amostools] | ||
* {{Deark}} | * {{Deark}} | ||
+ | * {{XAD}} | ||
== Sample files == | == Sample files == | ||
Line 27: | Line 28: | ||
* [http://cd.textfiles.com/amospd/076-100/APD082/piccy.abk piccy.abk] | * [http://cd.textfiles.com/amospd/076-100/APD082/piccy.abk piccy.abk] | ||
* [http://cd.textfiles.com/amospd/001-025/APD022/Extra_Bits/Available_For.Abk Available_For.Abk] | * [http://cd.textfiles.com/amospd/001-025/APD022/Extra_Bits/Available_For.Abk Available_For.Abk] | ||
− | * | + | * {{DexvertSamples|image/amosPicture}} |
[[Category:Amiga]] | [[Category:Amiga]] |
Latest revision as of 11:27, 25 June 2024
AMOS Picture Bank (also called AMOS Pac.Pic.) is a raster graphics format associated with AMOS. See AMOS BASIC tokenized file for more information about AMOS.
It is a subtype AMOS Memory Bank, identified by the name "Pac.Pic.
". It may appear in a file by itself, or be contained in AMOS BASIC tokenized file or AMOS AmBs format.
It is not the same as AMOS Sprite Bank or AMOS Icon Bank. Internally, it is similar to STOS packed screen.
Contents |
[edit] Identification
Files begin with ASCII "AmBk
", and have "Pac.Pic.
" at offset 12.