{"id":15952420,"url":"https://github.com/try0/stampimages","last_synced_at":"2025-05-07T06:03:38.192Z","repository":{"id":144114995,"uuid":"378901777","full_name":"try0/StampImages","owner":"try0","description":"印鑑画像 日付印 データネーム印 職印 電子印 スタンプ はんこ ただの画像  C# .NET WPF/Blazor/MAUI/VSTO 画像ファイル 勉強用","archived":false,"fork":false,"pushed_at":"2025-04-30T12:20:25.000Z","size":4681,"stargazers_count":5,"open_issues_count":9,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:03:18.506Z","etag":null,"topics":["bitmap","blazor","csharp","image","inkan","netstandard","office-addin","shokuin","stamp","vsto","wpf"],"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/try0.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":"2021-06-21T11:06:04.000Z","updated_at":"2025-04-30T12:27:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"509c04fc-5c44-43f7-a7bc-a73c7ddba48a","html_url":"https://github.com/try0/StampImages","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/try0%2FStampImages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/try0%2FStampImages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/try0%2FStampImages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/try0%2FStampImages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/try0","download_url":"https://codeload.github.com/try0/StampImages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823921,"owners_count":21809713,"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":["bitmap","blazor","csharp","image","inkan","netstandard","office-addin","shokuin","stamp","vsto","wpf"],"created_at":"2024-10-07T13:08:34.913Z","updated_at":"2025-05-07T06:03:38.163Z","avatar_url":"https://github.com/try0.png","language":"C#","readme":"# StampImages\n\n\u003c!-- ![stamp_images](https://user-images.githubusercontent.com/17096601/125440678-31126fea-f356-4262-8fee-485c5ac01ace.png) --\u003e\n\n印鑑画像 日付印 データネーム印 職印 スタンプ はんこ ただの画像  \nWPF/Blazor/MAUI/VSTO 画像ファイル 勉強用\n\n## StampImages.Core.SkiaSharp  \n\n[![Nuget](https://img.shields.io/nuget/v/StampImages.Core)](https://www.nuget.org/packages/StampImages.Core.SkiaSharp/)\n\nnetstandard2.0  \n  \n* [SkiaSharp](https://www.nuget.org/packages/SkiaSharp/)\n* StampImages.Core\n\n\n## StampImages.Core.Drawing.Common  \n\n[![Nuget](https://img.shields.io/nuget/v/StampImages.Core)](https://www.nuget.org/packages/StampImages.Core.Drawing.Common/)\n\nnetstandard2.0  \n\n[system-drawing-common-windows-only](https://docs.microsoft.com/ja-jp/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only)\n* [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/)  \n* StampImages.Core\n\n\n--- \n\n\n![stamp-20210705221944](https://user-images.githubusercontent.com/17096601/124477676-3f0a0980-dddf-11eb-92ca-6b2e06e659a7.png)\n\n```C#\nStampImageFactory stampImageFactory = new StampImageFactory(new StampImageFactoryConfig());\nvar stamp = new ThreeAreaCircularStamp\n{\n    TopText = new StampText { Value = \"所属部門\", Size = 22 },\n    MiddleText = new StampText { Value = DateTime.Now.ToString(\"yyyy.MM.dd\"), Size = 30 },\n    BottomText = new StampText { Value = \"ユーザー名\", Size = 25 }\n};\n\nusing (stamp)\n{\n    stampImageFactory.Save(stamp, \"./stamp.png\");\n}\n```\n\n\n--- \n\n\n![stamp-20210705222034](https://user-images.githubusercontent.com/17096601/124477687-429d9080-dddf-11eb-9e29-b7225389f8ce.png)\n\n```C#\nStampImageFactory stampImageFactory = new StampImageFactory(new StampImageFactoryConfig());\nvar stamp = new RectangleStamp\n{\n    Color = Color.DarkCyan,\n    EdgeType = StampEdgeType.Double,\n    Text = new StampText { Value = \"承認\", Size = 60 },\n};\nstamp.EffectTypes.Add(StampEffectType.NOISE);\n\nusing (stamp)\nusing (var bitmap = stampImageFactory.Create(stamp))\n{\n    bitmap.Save(\"./stamp_sq.png\", ImageFormat.Png);\n}\n```\n\n\n--- \n\n\n![stamp_images](https://user-images.githubusercontent.com/17096601/125439174-af5be80d-0eec-449b-b639-f57e2de5033c.png)\n[Stardos Stencil](https://fonts.google.com/specimen/Stardos+Stencil) (OFL)\n\n```C#\nStampImageFactory stampImageFactory = new StampImageFactory();\nvar stamp = new RectangleStamp\n{\n    Size = new Size(680, 140),\n    Color = ColorTranslator.FromHtml(\"#1f456e\"),\n    IsFillColor = true,\n    EdgeType = StampEdgeType.Double,\n    EdgeWidth = 5,\n    EdgeRadius = 0,\n    Text = new StampText { Value = \"Stamp Images\", Size = 70, FontFamily = new FontFamily(\"Stardos Stencil\") },\n\n};\nstamp.EffectTypes.Add(StampEffectType.Grunge);\n\nusing (stamp)\nusing (var bitmap = stampImageFactory.Create(stamp))\n{\n    bitmap.Save(\"./stamp_images.png\");\n}\n```\n\n\n--- \n\n## [StampImages.App.WPF](https://github.com/try0/StampImages/tree/main/src/StampImages.App.WPF)\n\nnetcoreapp3.1  \nWPF  \n[Prism](https://github.com/PrismLibrary/Prism)  \n[ReactiveProperty](https://github.com/runceel/ReactiveProperty)  \n[MahApps.Metro](https://github.com/MahApps/MahApps.Metro)  \n\n\n\n![StampImages App WPF](https://user-images.githubusercontent.com/17096601/124384844-1960ff80-dd0e-11eb-90a6-54da2271038a.gif)\n\n\u003c!-- [キャプチャー:ScreenToGif](https://github.com/NickeManarin/ScreenToGif) --\u003e\n\n--- \n\n## [StampImages.WebApp.Blazor](https://github.com/try0/StampImages/tree/main/src/StampImages.WebApp.Blazor)\n\nnetcoreapp3.1  \nBlazor(Server-Side)  \n\n\n[Index.razor](https://github.com/try0/StampImages/blob/main/src/StampImages.WebApp.Blazor/Pages/Index.razor)\n![StampImages WebApp Blazor](https://user-images.githubusercontent.com/17096601/124589108-91f1c880-de94-11eb-8398-20e89e30ad91.gif)\n\n--- \n\n\n## [StampImages.OfficeAddIn.Excel](https://github.com/try0/StampImages/tree/main/src/StampImages.OfficeAddIn.Excel)\n\n![ExcelAddIn](https://user-images.githubusercontent.com/17096601/149621776-931281ad-02fc-4729-8743-f20ace5fd70d.gif)\n\n\n---\n\n## [StampImages.App.MAUI](https://github.com/try0/StampImages/tree/main/src/StampImages.App.MAUI)\n\n![maui](https://user-images.githubusercontent.com/17096601/187679806-e5c05c7d-5e5e-40fa-bbfb-ebedb8767ac2.jpg)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftry0%2Fstampimages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftry0%2Fstampimages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftry0%2Fstampimages/lists"}