Apple volume label image
From Just Solve the File Format Problem
(Difference between revisions)
([ategory:Booting) |
(→Sample files) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
'''Apple volume label image''' is a raster image format apparently associated with the MacOS boot loader. | '''Apple volume label image''' is a raster image format apparently associated with the MacOS boot loader. | ||
− | It is a 16-color grayscale format. The height of the image must be exactly 12 pixels. | + | It is a 16-color grayscale format. The height of the image must be exactly 12 pixels. Images are not compressed. |
== Software == | == Software == | ||
Line 11: | Line 11: | ||
* [[Netpbm]]: ppmtoapplevol (write-only) | * [[Netpbm]]: ppmtoapplevol (write-only) | ||
* [http://refit.sourceforge.net/ rEFIt] → vollabel.py | * [http://refit.sourceforge.net/ rEFIt] → vollabel.py | ||
+ | * [[Tom's Editor]] | ||
+ | * [[Tom's Viewer]] | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
* http://kanotix.acritox.com/files/mac/label.vollabel | * http://kanotix.acritox.com/files/mac/label.vollabel | ||
+ | * {{DexvertSamples|image/appleVolumeLabelImage}} | ||
== Links == | == Links == |
Latest revision as of 12:17, 31 May 2025
Apple volume label image is a raster image format apparently associated with the MacOS boot loader.
It is a 16-color grayscale format. The height of the image must be exactly 12 pixels. Images are not compressed.
[edit] Software
- Konvertor
- Netpbm: ppmtoapplevol (write-only)
- rEFIt → vollabel.py
- Tom's Editor
- Tom's Viewer
- Deark