{"id":19310571,"url":"https://github.com/sepppenner/rotateimagesincsharp","last_synced_at":"2025-10-29T04:04:01.217Z","repository":{"id":23043120,"uuid":"26396121","full_name":"SeppPenner/RotateImagesInCSharp","owner":"SeppPenner","description":"Kind of a 'library' for CSharp (.Net with WPF) on how to rotate images based on the 'orientation' EXIF tag.","archived":false,"fork":false,"pushed_at":"2024-01-04T20:22:58.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T02:10:46.174Z","etag":null,"topics":[],"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/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","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":"2014-11-09T13:18:24.000Z","updated_at":"2021-11-25T12:05:08.000Z","dependencies_parsed_at":"2024-01-04T21:30:32.002Z","dependency_job_id":"1810b332-099f-4faa-b089-b21e2e9598f0","html_url":"https://github.com/SeppPenner/RotateImagesInCSharp","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FRotateImagesInCSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FRotateImagesInCSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FRotateImagesInCSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FRotateImagesInCSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/RotateImagesInCSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240411685,"owners_count":19797129,"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":[],"created_at":"2024-11-10T00:24:51.424Z","updated_at":"2025-10-29T04:03:56.198Z","avatar_url":"https://github.com/SeppPenner.png","language":"C#","funding_links":["https://patreon.com/SeppPennerOpenSourceDevelopment","https://paypal.me/th070795"],"categories":[],"sub_categories":[],"readme":"RotateImagesInCSharp\n===============\n\nKind of a 'library' for CSharp (.Net with WPF) on how to rotate images based on the 'orientation' EXIF tag.\n\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/RotateImagesInCSharp.svg)](https://github.com/SeppPenner/RotateImagesInCSharp/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/RotateImagesInCSharp.svg)](https://github.com/SeppPenner/RotateImagesInCSharp/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/RotateImagesInCSharp.svg)](https://github.com/SeppPenner/RotateImagesInCSharp/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/RotateImagesInCSharp/master/License.txt)\n[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/RotateImagesInCSharp/badge.svg)](https://snyk.io/test/github/SeppPenner/RotateImagesInCSharp)\n[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)\n[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon\u0026logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)\n[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal\u0026logoColor=white)](https://paypal.me/th070795)\n\n[See here](https://msdn.microsoft.com/en-us/library/windows/desktop/ms534418(v=vs.85).aspx) for more information on the EXIF tags used in Windows (.Net).\n\nFor C# see also [here](https://github.com/SeppPenner/AutoImageTurner) for another possible implementation.\n\nExample images using each of the EXIF orientation flags (1-to-8), in both landscape and portrait orientations [See here](https://github.com/recurser/exif-orientation-examples).\n\n[See here](http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/) for more information.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/c3qj32dh24qixots?svg=true)](https://ci.appveyor.com/project/SeppPenner/rotateimagesincsharp)\n\n## Basic usage\n```csharp\npublic void Test()\n{\n    IAutoRotate rotator = new AutoRotate();\n    rotator.AutorotateImage(new Bitmap(\"C:\\\\Users\\\\whatever\\\\Desktop\\\\abc.jpg\"));\n} \n```\n\nCopyright (of the images)\n-------------------------\n\nDave Perrett :: hello@daveperrett.com :: [@daveperrett](http://twitter.com/daveperrett)\n\nThese images are licensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nCopyright (c) 2010 Dave Perrett. See [License](https://github.com/recurser/exif-orientation-examples/blob/master/LICENSE) for details.\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/RotateImagesInCSharp/blob/master/Changelog.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Frotateimagesincsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Frotateimagesincsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Frotateimagesincsharp/lists"}