{"id":15175218,"url":"https://github.com/ititus/dds","last_synced_at":"2025-08-02T02:37:14.701Z","repository":{"id":65508998,"uuid":"590253983","full_name":"iTitus/dds","owner":"iTitus","description":"DDS Image Reader","archived":false,"fork":false,"pushed_at":"2025-07-07T12:12:23.000Z","size":387,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-07T13:29:12.955Z","etag":null,"topics":["dds","imageio","java","javafx"],"latest_commit_sha":null,"homepage":"","language":"Java","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/iTitus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-18T01:26:19.000Z","updated_at":"2025-07-07T12:12:19.000Z","dependencies_parsed_at":"2024-01-01T17:22:32.908Z","dependency_job_id":"c0dfe0fc-305d-4c6c-a896-c9769f2be91b","html_url":"https://github.com/iTitus/dds","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/iTitus/dds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTitus%2Fdds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTitus%2Fdds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTitus%2Fdds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTitus%2Fdds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iTitus","download_url":"https://codeload.github.com/iTitus/dds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iTitus%2Fdds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268328533,"owners_count":24232891,"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-08-02T02:00:12.353Z","response_time":74,"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":["dds","imageio","java","javafx"],"created_at":"2024-09-27T12:04:51.074Z","updated_at":"2025-08-02T02:37:14.694Z","avatar_url":"https://github.com/iTitus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dds / ddsiio / ddsfx\n\n[![GitHub License](https://img.shields.io/github/license/iTitus/commons)](https://github.com/iTitus/commons/blob/main/LICENSE)\n[![Repo Size](https://img.shields.io/github/repo-size/iTitus/commons.svg)](https://github.com/iTitus/commons)\n[![Maven Central - dds](https://img.shields.io/maven-central/v/io.github.ititus/dds?label=Maven%20Central%20-%20dds)](https://search.maven.org/search?q=g:%22io.github.ititus%22%20AND%20a:%22dds%22)\n[![Maven Central - ddsiio](https://img.shields.io/maven-central/v/io.github.ititus/ddsiio?label=Maven%20Central%20-%20dds)](https://search.maven.org/search?q=g:%22io.github.ititus%22%20AND%20a:%22ddsiio)\n[![Maven Central - ddsfx](https://img.shields.io/maven-central/v/io.github.ititus/ddsfx?label=Maven%20Central%20-%20ddsfx)](https://search.maven.org/search?q=g:%22io.github.ititus%22%20AND%20a:%22ddsfx%22)\n[![Gradle Build](https://github.com/iTitus/commons/workflows/Gradle%20Build/badge.svg)](https://github.com/iTitus/commons/actions?query=workflow%3A%22Gradle+Build%22)\n\nRead `dds` images (DirectDrawSurface), an image format made by Microsoft for DirectX.\n\nTargets:\n\n- `DdsFile` (`dds` module, basic routines to load a dds file into memory)\n- Java `BufferedImage` (`ddsiio` module, this is the one you want)\n- JavaFX `Image` (`ddsfx` module, obsolete starting with JavaFX 24)\n\nCurrently targeting Java 21+ and JavaFX 21+.\n\n## dds\n\n- contains the reading logic and api\n\n## ddsiio\n\n- adds dds support to `ImageIO` automatically\n- this requires the `java.desktop` module\n\n## ddsfx\n\n\u003e [!IMPORTANT]  \n\u003e This module is no longer required as of JavaFX 24, one can use `ddsiio` instead!\n\u003e JavaFX will plug into `ImageIO` and use those providers automatically.\n\n- adds dds support for JavaFX `Image`\n- one needs to call `io.github.ititus.ddsfx.DdsFx.setup()` once to register the format\n- this requires the `java.desktop` module (via `ddsiio`) and JavaFX\n- JavaFX needs to be included separately, there is no transitive dependency\n- if you have problems with duplicate JavaFX dependencies see https://github.com/openjfx/javafx-gradle-plugin/issues/65\n- when including this in a modular build you will need to add the following compile and run options:\n    - `--add-export javafx.graphics/com.sun.javafx.iio=io.github.ititus.ddsfx`\n    - `--add-export javafx.graphics/com.sun.javafx.iio.common=io.github.ititus.ddsfx`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fititus%2Fdds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fititus%2Fdds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fititus%2Fdds/lists"}