{"id":36533703,"url":"https://github.com/xis/go-dexif","last_synced_at":"2026-01-12T03:04:21.429Z","repository":{"id":57522086,"uuid":"237326827","full_name":"xis/go-dexif","owner":"xis","description":"remove exif data from image file","archived":false,"fork":false,"pushed_at":"2021-02-12T22:41:37.000Z","size":2294,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T17:38:34.455Z","etag":null,"topics":["delete","dexif","exif","fast","go","go-dexif","golang","image","jpg","remove"],"latest_commit_sha":null,"homepage":"","language":"Go","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/xis.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}},"created_at":"2020-01-30T23:36:29.000Z","updated_at":"2024-09-15T17:16:14.000Z","dependencies_parsed_at":"2022-08-26T23:41:02.286Z","dependency_job_id":null,"html_url":"https://github.com/xis/go-dexif","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xis/go-dexif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xis%2Fgo-dexif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xis%2Fgo-dexif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xis%2Fgo-dexif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xis%2Fgo-dexif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xis","download_url":"https://codeload.github.com/xis/go-dexif/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xis%2Fgo-dexif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["delete","dexif","exif","fast","go","go-dexif","golang","image","jpg","remove"],"created_at":"2026-01-12T03:04:21.362Z","updated_at":"2026-01-12T03:04:21.415Z","avatar_url":"https://github.com/xis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003ego-dexif\u003c/h1\u003e\n  \n  [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)\n\nremoves exif, not safe currently, have problems with images that contains orientation data, supports only jpeg.\n\u003c/div\u003e\n\n# install\n```bash\ngo get github.com/xis/go-dexif\n```\n\n# usage\n```go\nimport (\n\t\"log\"\n\t\"github.com/xis/go-dexif\"\n)\n\nfunc main() {\n\tbuf, err := ioutil.ReadFile(\"./image.jpg\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\timage := NewImage(buf)\n\tnewImage, err := image.Strip()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxis%2Fgo-dexif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxis%2Fgo-dexif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxis%2Fgo-dexif/lists"}