{"id":28239152,"url":"https://github.com/quackster/photorenderer","last_synced_at":"2025-10-10T22:32:29.697Z","repository":{"id":116596010,"uuid":"217644410","full_name":"Quackster/PhotoRenderer","owner":"Quackster","description":"A tool used to render old Habbo photos from when the camera was first introduced into a greyscale or Habbo-like Sepia PNG image. This supports the Habbo camera used from 2005-2009.","archived":true,"fork":false,"pushed_at":"2019-10-26T13:29:19.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T07:44:17.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quackster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-10-26T02:23:18.000Z","updated_at":"2024-05-06T23:16:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"03c3daae-1117-49e8-b216-93dd44f5c6fc","html_url":"https://github.com/Quackster/PhotoRenderer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quackster/PhotoRenderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FPhotoRenderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FPhotoRenderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FPhotoRenderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FPhotoRenderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/PhotoRenderer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FPhotoRenderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005463,"owners_count":26083902,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-05-19T02:11:46.078Z","updated_at":"2025-10-10T22:32:29.692Z","avatar_url":"https://github.com/Quackster.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhotoRenderer\nA tool used to render old Habbo photos. This supports the Habbo camera used from 2005-2009. How it works is that it essentially converts back the binary blob from the MUS data from BITD to a PNG file, and gives either the option of using greyscale or the traditional Sepia style.\n\n## Output\n\nTraditional Sepia theme:\n\n![](https://i.imgur.com/x0dLwN6.png)\n\nGreyscale theme:\n\n![](https://i.imgur.com/2M8qYJJ.png)\n\n## How to use\n\n```java\n// Feel free to read your own PAL files by using PaletteUtils.readPalette(\"palette/greyscale.pal\")\n// and adding it to the constructor instead\nPhotoRenderer photoViewer = new PhotoRenderer(GreyscalePalette.getPalette(), RenderOption.SEPIA);\n\nvar photoData = Files.readAllBytes(Path.of(\"photo.bin\"));\nvar src = photoViewer.createImage(photoData);\n\nImageIO.write(src, \"PNG\", new File(\"output_sepia.png\"));\n```\n\n## Contributors\n\n@PaulusParssinen - Originally wrote this in C# (Greyscale only) so I ported it to Java and created the Sepia/official Habbo output.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fphotorenderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Fphotorenderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fphotorenderer/lists"}