AMOS Picture Bank

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
 
(6 intermediate revisions by 4 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]].
 +
 
 +
== Format details ==
 +
Some AMOS picture files omit the ''bank header'', so they start with a ''screen header'' or a ''picture header''. Those that start with a ''picture header'' are difficult to distinguish from raw [[STOS packed screen]] format, as both formats start with the same signature bytes: (hex) <code>06 07 19 63</code>.
 +
 
 +
Any file without a ''screen header'' is presumably not portable, because the ''screen header'' is where the palette is defined.
  
 
== Identification ==
 
== Identification ==
Line 21: Line 26:
 
* [https://github.com/kyz/amostools amostools]
 
* [https://github.com/kyz/amostools amostools]
 
* {{Deark}}
 
* {{Deark}}
 +
* {{XAD}}
  
 
== Sample files ==
 
== Sample files ==
Line 27: Line 33:
 
* [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 06:21, 11 June 2025

File Format
Name AMOS Picture Bank
Ontology
Extension(s) .abk

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

 [hide

[edit] Format details

Some AMOS picture files omit the bank header, so they start with a screen header or a picture header. Those that start with a picture header are difficult to distinguish from raw STOS packed screen format, as both formats start with the same signature bytes: (hex) 06 07 19 63.

Any file without a screen header is presumably not portable, because the screen header is where the palette is defined.

[edit] Identification

Files begin with ASCII "AmBk", and have "Pac.Pic." at offset 12.

[edit] Specifications

[edit] Software

[edit] Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox