{"id":15883369,"url":"https://github.com/siketyan/depvr","last_synced_at":"2026-05-08T19:31:44.692Z","repository":{"id":78912645,"uuid":"144438167","full_name":"siketyan/DePvr","owner":"siketyan","description":"Decodes PVR files and exports to Bitmap or image file.","archived":false,"fork":false,"pushed_at":"2018-08-13T03:56:16.000Z","size":1833,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T19:34:26.059Z","etag":null,"topics":["bitmap","csharp-library","dotnet-framework","pvr","windows"],"latest_commit_sha":null,"homepage":"","language":"Objective-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/siketyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"siketyan","patreon":"siketyan"}},"created_at":"2018-08-12T04:40:30.000Z","updated_at":"2020-07-17T14:54:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"712d983b-c87c-41a1-b602-ca958a2df02f","html_url":"https://github.com/siketyan/DePvr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/siketyan/DePvr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2FDePvr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2FDePvr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2FDePvr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2FDePvr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siketyan","download_url":"https://codeload.github.com/siketyan/DePvr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2FDePvr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013704,"owners_count":26085393,"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-13T02:00:06.723Z","response_time":61,"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":["bitmap","csharp-library","dotnet-framework","pvr","windows"],"created_at":"2024-10-06T04:21:40.776Z","updated_at":"2025-10-13T05:31:59.843Z","avatar_url":"https://github.com/siketyan.png","language":"Objective-C","funding_links":["https://github.com/sponsors/siketyan","https://patreon.com/siketyan"],"categories":[],"sub_categories":[],"readme":"# DePvr\nDecodes PVR files and exports to Bitmap or image file.\n\n## Features\n- Loads a PVR texture from a file, a byte array or a stream.\n- Transcodes pixel format of the texture to RGBA8888.\n- Flips the texture vertically or horizontally.\n- Exports the texture to a Bitmap object or an image file such as PNG.\n\n## Environment\n- Windows 10\n- .NET Framework 4.7.1\n\n## Example\n```cs\nvar pvr = Pvr.LoadFromFile(\"texture.pvr\"); // Automatically transcoded\n\npvr.FlipVertical();\npvr.Export(\"export.png\");\n// pvr.Export(\"export.jpg\", ImageFormat.Jpeg);\n```\n\n## License\nThis library is released under the MIT license.\nFor details, please refer `LICENSE.md`.\n\nPlease note that **this contains Imagination Technologies' PVRTexLib library in [PVRTexTool](https://community.imgtec.com/developers/powervr/tools/pvrtextool/)**.\nThe license of the library is in `LICENSE_POWERVR_TOOLS.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiketyan%2Fdepvr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiketyan%2Fdepvr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiketyan%2Fdepvr/lists"}