Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/json/FormatJson.php on line 12

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007
Macintosh resource file - Just Solve the File Format Problem

Macintosh resource file

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
m (Add Kaitai Struct schema)
 
Line 3: Line 3:
 
|subcat=Resources
 
|subcat=Resources
 
|extensions={{ext|rsrc}}, {{ext|dfont}}, others
 
|extensions={{ext|rsrc}}, {{ext|dfont}}, others
 +
|kaitai struct=resource_fork
 
}}
 
}}
 
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.

Latest revision as of 17:53, 26 December 2024

File Format
Name Macintosh resource file
Ontology
Extension(s) .rsrc, .dfont, others
Kaitai Struct Spec resource_fork.ksy

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