{"id":28393625,"url":"https://github.com/pistondevelopers/ddsfile","last_synced_at":"2026-03-27T02:17:45.703Z","repository":{"id":66195296,"uuid":"118049899","full_name":"PistonDevelopers/ddsfile","owner":"PistonDevelopers","description":"DirectDraw Surface (DDS) file format parsing and construction","archived":false,"fork":false,"pushed_at":"2023-12-20T21:57:45.000Z","size":111,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-07-09T22:07:24.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/PistonDevelopers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-18T23:17:22.000Z","updated_at":"2023-07-25T14:14:23.000Z","dependencies_parsed_at":"2023-12-21T00:28:25.500Z","dependency_job_id":"a4363c0f-85b0-4811-825a-03084d97e795","html_url":"https://github.com/PistonDevelopers/ddsfile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PistonDevelopers/ddsfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Fddsfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Fddsfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Fddsfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Fddsfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PistonDevelopers","download_url":"https://codeload.github.com/PistonDevelopers/ddsfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Fddsfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31009858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T01:56:05.093Z","status":"online","status_checked_at":"2026-03-27T02:00:08.055Z","response_time":164,"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-31T16:39:06.566Z","updated_at":"2026-03-27T02:17:45.684Z","avatar_url":"https://github.com/PistonDevelopers.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddsfile\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)\n\n[ddsfile on crates.io](https://crates.io/crates/ddsfile)\n\n[Documentation](https://docs.rs/ddsfile)\n\nThis library is for parsing and composing Microsoft DirectDraw Surface (.DDS)\nfiles. Such files hold texture data, originally for DirectX, but other drawing\nAPIs such as OpenGL and Vulkan can use the texture data. Many asset conditioning\npipelines deal in this format only, so even if you are working with OpenGL or\nVulkan you probably still need to handle .DDS files.\n\nThis library supports mipmapped textures, volume textures, texture arrays,\ncube maps, compressed texture formats (DXTn / BCn) and the DirectX 10 extension\nheader. Both the older D3DFormat and the newer DxgiFormat are supported, as\nwell as files with the format undefined (whenever enough data is available to\ndo so).\n\nThis library deals primarily with the *container envelope*.  The texture data\nitself is mostly opaque.  However, some data is available from the headers\nabout the texture data, including:\n\n* The format\n* The width, height, and depth\n* The bits per pixel, pitch and stride\n* The number of mipmap levels, if any\n* The minimum size in bytes of a mipmap level\n* The number of array layers, if any\n* RGBA bitmasks for uncompressed formats (only available for older D3DFormats\n  currently)\n* The block size for compressed formats\n* Several flags including CUBEMAP and LUMINANCE\n\n## License\n\nLicensed under the MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, shall be licensed under the MIT license without\nany additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistondevelopers%2Fddsfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpistondevelopers%2Fddsfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistondevelopers%2Fddsfile/lists"}