python-rsrcfork
python-rsrcfork copied to clipboard
A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and .rsrc files
for every .rsrc file I try to open, I get the following error: rsrcfork.api.InvalidResourceFileError: The data offset (2134016) should point exactly to the end of the file header (256) example...
Resources with IDs in `range(-16384, 0)` are considered "owned" by (i. e. associated with) another resource, and the type and ID of the owning resource are encoded in the owned...
Currently resource files can only be read; it would be useful to support writing as well. This would include the following: * [ ] Adding new resources * [ ]...