{"id":51616105,"url":"https://github.com/b67687/imageglass-ithmb-plugin","last_synced_at":"2026-07-12T14:00:26.162Z","repository":{"id":369873671,"uuid":"1291989127","full_name":"B67687/Imageglass-Ithmb-Plugin","owner":"B67687","description":"C ABI plugin for ImageGlass v10 to decode .ithmb thumbnail files using ithmb-core","archived":false,"fork":false,"pushed_at":"2026-07-07T09:13:07.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-07T10:16:09.876Z","etag":null,"topics":["cdylib","codec","image-decoding","imageglass","ithmb","plugin","rust","thumbnail"],"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/B67687.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-07T08:15:13.000Z","updated_at":"2026-07-07T09:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/B67687/Imageglass-Ithmb-Plugin","commit_stats":null,"previous_names":["b67687/imageglass-ithmb-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/B67687/Imageglass-Ithmb-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B67687%2FImageglass-Ithmb-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B67687%2FImageglass-Ithmb-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B67687%2FImageglass-Ithmb-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B67687%2FImageglass-Ithmb-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B67687","download_url":"https://codeload.github.com/B67687/Imageglass-Ithmb-Plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B67687%2FImageglass-Ithmb-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35393398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"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":["cdylib","codec","image-decoding","imageglass","ithmb","plugin","rust","thumbnail"],"created_at":"2026-07-12T14:00:14.036Z","updated_at":"2026-07-12T14:00:26.148Z","avatar_url":"https://github.com/B67687.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imageglass-Ithmb-Plugin\n\nC ABI plugin for [ImageGlass](https://imageglass.org) v10 to decode `.ithmb` thumbnail files using [ithmb-core](https://crates.io/crates/ithmb-core) from the parent repo [Ithmb-Codec](https://github.com/B67687/Ithmb-Codec)\n\n## Build \u0026 Package\n\n```bash\n# Build the cdylib\ncargo build --release\n\n# Package as .igplugin.zip (auto-detects host platform)\n./scripts/package.sh\n\n# Or specify a target:\n# ./scripts/package.sh linux\n# ./scripts/package.sh macos\n# ./scripts/package.sh windows\n```\n\nOutput: `dist/ithmb-codec-\u003cplatform\u003e.igplugin.zip` (binary + manifest).\n\n## ImageGlass Integration (v10+)\n\n1. Build and package: `./scripts/package.sh`\n2. Open ImageGlass v10 -\u003e **Settings -\u003e Plugins -\u003e Add**\n3. Select the `.igplugin.zip` file from `dist/`\n4. ImageGlass installs and registers the codec automatically\n\n`.ithmb` and `.ipm` files now open natively in ImageGlass.\n\n## Files\n\n| Path | Purpose |\n|------|---------|\n| `src/` | Rust cdylib (721 lines, ImageGlass native plugin ABI) |\n| `igplugin.json` | Plugin manifest (id, name, executable, kind) |\n| `scripts/package.sh` | Build + package into `.igplugin.zip` |\n| `.github/workflows/ci.yml` | CI: build + clippy + deny + package artifacts |\n\n## FFI from Other Languages\n\nThe library exposes a single C entry point:\n\n```c\nconst IGPluginApi* ig_plugin_get_api(i32 abi_version);\n```\n\nSee the [ImageGlass plugin SDK](https://github.com/ImageGlass/SDK) for details.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb67687%2Fimageglass-ithmb-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb67687%2Fimageglass-ithmb-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb67687%2Fimageglass-ithmb-plugin/lists"}