{"id":21245668,"url":"https://github.com/kamilburda/gimp-metadata-export","last_synced_at":"2025-03-15T04:43:47.041Z","repository":{"id":186538474,"uuid":"568243190","full_name":"kamilburda/gimp-metadata-export","owner":"kamilburda","description":"Export of GIMP image metadata as XML, JSON or YAML","archived":false,"fork":false,"pushed_at":"2023-03-21T19:39:58.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T20:22:34.863Z","etag":null,"topics":["gimp","gimp-plugin","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamilburda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-11-19T22:27:37.000Z","updated_at":"2022-11-27T21:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ce90364-ca18-459a-9d9f-6224a8117c9a","html_url":"https://github.com/kamilburda/gimp-metadata-export","commit_stats":null,"previous_names":["kamilburda/gimp-metadata-export"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamilburda%2Fgimp-metadata-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamilburda%2Fgimp-metadata-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamilburda%2Fgimp-metadata-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamilburda%2Fgimp-metadata-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamilburda","download_url":"https://codeload.github.com/kamilburda/gimp-metadata-export/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685527,"owners_count":20330980,"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","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":["gimp","gimp-plugin","python"],"created_at":"2024-11-21T01:57:23.260Z","updated_at":"2025-03-15T04:43:47.022Z","avatar_url":"https://github.com/kamilburda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Metadata Export for GIMP\n========================\n\nThis [GIMP](https://www.gimp.org/) plug-in exports various metadata from the specified image into an XML, JSON or YAML file.\n\nMetadata include image properties (e.g. name, dimensions) and a list of layers, channels, vectors and their properties (e.g. dimensions, position, visibility, color tags).\n\n[**Download latest release**](https://github.com/kamilburda/gimp-metadata-export/releases)\n\n\nInstallation\n------------\n\nGIMP 2.10 is required.\n\n1. In GIMP, locate the folder containing GIMP plug-ins - open GIMP and go to Edit → Preferences → Folders → Plug-Ins.\n2. Copy the `metadata_export` folder inside one of the folders identified in step 1.\n\nFor Windows, make sure you have GIMP installed with support for Python scripting.\n\nFor Linux, make sure you use a GIMP installation bundled as Flatpak (which can be downloaded from the [official GIMP page](https://www.gimp.org/downloads/)) or AppImage.\n\nFor macOS, make sure you have Python 2.7 installed.\n\n\nUsage\n-----\n\nSimply export an image like you normally would (File → Export...) and replace the file extension at the top of the export dialog with `xml`, `json`, or `yaml`. Alternatively, you may select one of these file extensions at the bottom of the export dialog.\n\nTo save the metadata programmatically (from the command line), use `file-metadata-xml-save`, `file-metadata-json-save` or `file-metadata-yaml-save` from the GIMP procedural database (PDB).\n\n\nExample\n-------\n\nBelow is an example of image metadata in the JSON format.\nOnly a select few entries are shown for brevity.\n\n```\n{\n    \"image\": {\n        \"name\": \"loading_screen_template.xcf\",\n        \"width\": 1024,\n        \"height\": 512,\n        ...\n        \"layers\": [\n            {\n                \"name\": \"Frames\",\n                \"height\": 386,\n                ...\n                \"width\": 688,\n                ...\n                \"opacity\": 100.0,\n                ...\n                \"offsets\": [\n                    168,\n                    30\n                ],\n                ...\n                \"children\": [\n                    {\n                        \"name\": \"top-frame\",\n                        ...\n                    },\n                    {\n                        \"name\": \"bottom-frame\",\n                        ...\n                    }\n                ]\n            },\n            {\n                \"name\": \"main-background\",\n                ...\n            }\n        ],\n        \"channels\": [],\n        \"vectors\": []\n    }\n}\n```\n\n\nSupport\n-------\n\nYou can report issues, ask questions or request new features on the [GitHub issues page](https://github.com/kamilburda/gimp-metadata-export/issues).\n\n\nLicense\n-------\n\nThis plug-in is licensed under the [BSD 3-Clause](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamilburda%2Fgimp-metadata-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamilburda%2Fgimp-metadata-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamilburda%2Fgimp-metadata-export/lists"}