{"id":21928144,"url":"https://github.com/depp/unrez","last_synced_at":"2025-03-22T12:18:50.594Z","repository":{"id":140487836,"uuid":"92610599","full_name":"depp/unrez","owner":"depp","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-02T02:09:05.000Z","size":104,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T11:46:13.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-27T16:28:38.000Z","updated_at":"2019-02-26T23:41:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"2adeb10d-46bd-4470-9642-4e65306e36e6","html_url":"https://github.com/depp/unrez","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Funrez","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Funrez/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Funrez/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depp%2Funrez/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depp","download_url":"https://codeload.github.com/depp/unrez/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952963,"owners_count":20537495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T22:21:30.990Z","updated_at":"2025-03-22T12:18:50.587Z","avatar_url":"https://github.com/depp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnRez\n\nUnRez extracts data from Macintosh resource forks and converts it to modern formats. UnRez UnRez also converts QuickDraw PICT files to PNG.\n\nUnRez does not need to run on a Macintosh. It can extract resources from MacBinary or AppleDouble files transparently.\n\n## Examples\n\nTo extract PICT resources from a file, use the `pict2png` tool with `-all-picts`:\n\n    $ ls\n    my_file.bin\n    $ unrez pict2png my_file.bin -dir out -all-picts\n    Writing my_file.bin.128.png...\n    Writing my_file.bin.129.png...\n    Writing my_file.bin.130.png...\n    $ ls out\n    my_file.bin.128.png\n    my_file.bin.129.png\n    my_file.bin.130.png\n\n## Building\n\nYou need Python 3, Ninja, LibPNG, and pkg-config. Once you have these all installed, configure and install:\n\n    $ ./gen.py\n    $ ninja\n\nThis should create the `unrez` executable, and `libunrez.a`. Documentation for the library is available in its header file.\n\n## Limitations\n\nOnly a subset of QuickDraw pictures are supported. This is because QuickDraw pictures can be very complex. Internally, they consist of a series of opcodes for drawing commands. You could create a picture in code by recording drawing commands and having QuickDraw play them back later.\n\nAlmost none of that is supported. Unrez looks for an opcode with a bitmap, and extracts the bitmap. UnRez has been tested with 1-bit, 8-bit, 16-bit, and 32-bit images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepp%2Funrez","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepp%2Funrez","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepp%2Funrez/lists"}