Macintosh resource file

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Development |extensions={{ext|rsrc}}, {{ext|dfont}} }} The '''Macintosh resource file''' format was used by the Resource Manager i...")
 
m (Change telparia.com samples link to template)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
|subcat=Development
+
|subcat=Resources
|extensions={{ext|rsrc}}, {{ext|dfont}}
+
|extensions={{ext|rsrc}}, {{ext|dfont}}, others
 
}}
 
}}
 
 
The '''Macintosh resource file''' format was used by the Resource Manager in Mac OS Classic for storing resources used by Mac OS Classic applications as well as file associations and executable code. Traditionally, this format is used in the [[Resource Fork]] of a file on the [[HFS]] and [[HFS+]] file systems; however, when resource files are still used in Mac OS X applications, the same format is used in a file with the extension .rsrc.
 
The '''Macintosh resource file''' format was used by the Resource Manager in Mac OS Classic for storing resources used by Mac OS Classic applications as well as file associations and executable code. Traditionally, this format is used in the [[Resource Fork]] of a file on the [[HFS]] and [[HFS+]] file systems; however, when resource files are still used in Mac OS X applications, the same format is used in a file with the extension .rsrc.
 +
 +
See [[Resource Fork]] for general information about Macintosh resource forks.
 +
 +
== Format details ==
 +
A resource has a [[FourCC|four-character type code]], an ID number, an optional name, and data. The type code is generally unique to the type of data stored within, but this may not be the case with application-specific formats.
 +
 +
== Software ==
 +
* [https://sourceforge.net/projects/rezilla/ Rezilla]
 +
* [https://github.com/kreativekorp/ksfl KSFL] reads and writes Macintosh resource files
 +
* {{Deark}}
 +
 +
== Sample files ==
 +
* {{DexvertSamples|archive/rsrc}}
  
 
== References ==
 
== References ==
* [http://en.wikipedia.org/wiki/Resource_fork Resource fork (Wikipedia)]
+
* [[Wikipedia:Resource fork|Resource fork (Wikipedia)]]
* [http://developer.apple.com/legacy/mac/library/documentation/mac/pdf/MoreMacintoshToolbox.pdf More Macintosh Toolbox]
+
* [http://developer.apple.com/legacy/mac/library/documentation/mac/pdf/MoreMacintoshToolbox.pdf More Macintosh Toolbox] (format is described on page 1-121 to 1-125)
* [http://code.google.com/p/ksfl/ KSFL] reads and writes Macintosh resource files
+
* [https://github.com/kreativekorp/ksfl/wiki/Macintosh-Resource-File-Format Description of the file format] from the KSFL wiki
* [http://code.google.com/p/ksfl/wiki/MacintoshResourceFileFormat Description of the file format] from the KSFL wiki
+
* [https://whitefiles.org/mac/pgs/t02.htm The White Files: Mac OS Guides: Resources]
 +
* [http://xahlee.info/UnixResource_dir/macosx.html Mac OS X Resource Fork and Command Line Tips]
 +
 
 +
== See also ==
 +
* Kaitai structs for a few resource fork files on [Macintosh resource file GitHub].
 +
* Official Kaitai [https://github.com/kaitai-io/kaitai_struct_formats/tree/master/macos MacOS Structs].
 +
* RSRC dump [https://github.com/dgelessus/python-rsrcfork pure Python utility for reading resource data].
 +
* Resource-fork hashtag [https://github.com/topics/resource-fork on Github].
 +
 
 +
[[Category:Metadata]]
 +
[[Category:Development]]
 +
[[Category:Macintosh]]

Latest revision as of 04:09, 28 December 2023

File Format
Name Macintosh resource file
Ontology
Extension(s) .rsrc, .dfont, others

The Macintosh resource file format was used by the Resource Manager in Mac OS Classic for storing resources used by Mac OS Classic applications as well as file associations and executable code. Traditionally, this format is used in the Resource Fork of a file on the HFS and HFS+ file systems; however, when resource files are still used in Mac OS X applications, the same format is used in a file with the extension .rsrc.

See Resource Fork for general information about Macintosh resource forks.

Contents

[edit] Format details

A resource has a four-character type code, an ID number, an optional name, and data. The type code is generally unique to the type of data stored within, but this may not be the case with application-specific formats.

[edit] Software

[edit] Sample files

[edit] References

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox