{"id":29406964,"url":"https://github.com/binsabry/exiftoolwrapper","last_synced_at":"2025-07-11T00:05:03.405Z","repository":{"id":221133299,"uuid":"752686624","full_name":"BinSabry/ExifToolWrapper","owner":"BinSabry","description":"ExifToolWrapper is a C# library that provides various helper methods and features using ExifTool.","archived":false,"fork":false,"pushed_at":"2025-03-21T23:07:06.000Z","size":7155,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T07:51:29.051Z","etag":null,"topics":["cli","exif","image-metadata","open-source"],"latest_commit_sha":null,"homepage":"","language":"C#","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/BinSabry.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}},"created_at":"2024-02-04T14:30:42.000Z","updated_at":"2025-03-21T23:07:09.000Z","dependencies_parsed_at":"2025-03-21T16:18:14.650Z","dependency_job_id":null,"html_url":"https://github.com/BinSabry/ExifToolWrapper","commit_stats":null,"previous_names":["bensabry/exiftoolwrapper","binsabry/exiftoolwrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BinSabry/ExifToolWrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinSabry%2FExifToolWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinSabry%2FExifToolWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinSabry%2FExifToolWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinSabry%2FExifToolWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinSabry","download_url":"https://codeload.github.com/BinSabry/ExifToolWrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinSabry%2FExifToolWrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264696182,"owners_count":23650934,"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":["cli","exif","image-metadata","open-source"],"created_at":"2025-07-11T00:05:02.683Z","updated_at":"2025-07-11T00:05:03.394Z","avatar_url":"https://github.com/BinSabry.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExifToolWrapper\nExifToolWrapper is a C# library that provides various helper methods and features using ExifTool.\n\n# Usage\n```C#\n//Read current ExifTool version\nvar version = ExifToolWrapper.GetVersion();\n\n//Format date to Exif format\nvar date = ExifToolWrapper.FormatDateTime(DateTime.Now);\n\n//For one time execution using static method\nvar path = @\"D:\\Media\\20181112-035722.jpg\";\nvar properties = ExifToolWrapper.InstaExecute(path);\n\n//For many executions and best performance \n//using always-open instance of ExifTool\nusing (ExifToolWrapper exif = new ExifToolWrapper())\n{\n    var dates = exif.Execute(path, \"-AllDates\");    //Read\n    exif.Execute(path, $\"-FileModifyDate={date}\");  //Write\n\n    var props = exif.ReadMetadata(path);            //Read\n    exif.TryWriteMetadata(path, props);             //Write\n}\n\n//Delete original files after processing them by Exif\nExifToolWrapper.DeleteOriginal(@\"D:\\Media\");\n```\n\n## About ExifTool\n[ExifTool](https://exiftool.org/) is a customizable set of Perl modules plus a full-featured\ncommand-line application for reading and writing meta information in a wide\nvariety of files, including the maker note information of many digital\ncameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm,\nGE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo,\nOlympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh,\nSamsung, Sanyo, Sigma/Foveon and Sony.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinsabry%2Fexiftoolwrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinsabry%2Fexiftoolwrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinsabry%2Fexiftoolwrapper/lists"}