{"id":13664028,"url":"https://github.com/Jameak/Stamper","last_synced_at":"2025-04-25T20:32:12.155Z","repository":{"id":18653749,"uuid":"84849866","full_name":"Jameak/Stamper","owner":"Jameak","description":"Stamper is a specialized image editor for turning any image into a token for use with tabletop games.","archived":false,"fork":false,"pushed_at":"2022-06-22T18:25:17.000Z","size":737,"stargazers_count":18,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-10T21:39:43.019Z","etag":null,"topics":["csharp","dnd","dotnet","tabletop","tabletop-gaming","token","windows","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/Jameak.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}},"created_at":"2017-03-13T16:32:25.000Z","updated_at":"2023-09-08T17:22:11.000Z","dependencies_parsed_at":"2022-09-03T10:50:38.595Z","dependency_job_id":null,"html_url":"https://github.com/Jameak/Stamper","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/Jameak%2FStamper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jameak%2FStamper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jameak%2FStamper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jameak%2FStamper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jameak","download_url":"https://codeload.github.com/Jameak/Stamper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250890693,"owners_count":21503538,"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":["csharp","dnd","dotnet","tabletop","tabletop-gaming","token","windows","wpf"],"created_at":"2024-08-02T05:02:44.249Z","updated_at":"2025-04-25T20:32:07.147Z","avatar_url":"https://github.com/Jameak.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"# Stamper\nStamper provides a way of turning any image into a token for use with tabletop games.\n\nStamper supports loading an image from the local filesystem or directly from a website and turning it into a token. The resolution of the final token is customizable, and layer sizes are automatically resized to fit the desired output-resolution. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/Stamper.png\"\u003e\n\u003c/p\u003e\n\n## Features\n* **Drag-and-drop to load images.** Load any image from a local file or skip the download by drag-and-dropping from your browser.\n* **Border and overlay selection.** Stamper comes with simple borders and overlays that can be recolored and layered on top of the loaded image.\n* **Custom layers.** Adding your own borders and overlays to Stamper is fast and easy. Layers can be SVG or bitmap image files.\n* **Direct upload to Imgur.** Finished tokens can be saved locally or uploaded directly to Imgur for easy sharing.\n* **Custom token sizes.** Stamper lets you customize the output size of your token, and scales the layers to fit.\n* **Easy image manipulation.** Pan-, zoom-, and rotation-functionality is supported through simple mouse-actions.\n* **Add text to your token.** Stamper lets you place text on top of your token in any position, size, font, rotation, and color.\n\n### Adding custom layers\nStamper layers can be added automatically through the UI with the option of autogenerating the mask, or by manually placing json files in the _layers_ folder. The structure of the json files is as follows:\n* `name`: The name of the layer. _Required_\n* `file`: A relative path from the _layers_-folder to the image file. This is the image that is shown on top of the input image in Stamper. _Required_\n* `mask`: A relative path from the _layers_-folder to the image to use as a mask. On _border_ layers, this mask is applied to the underlying input image. On _overlay_ layers, this mask is applied to the overlay itself. Pixels with the color #FF00FF00 (#AARRGGBB) will be removed from the underlying image, all other colors are ignored. _Optional_\n* `type`: The layer type. Allowed values are _border_ or _overlay_. _Required_\n\n#### Example layer\n```\n{\n  \"name\": \"Circle\",\n  \"file\": \"svg\\\\bCircle.svg\",\n  \"mask\": \"svg\\\\bCircle_mask.svg\",\n  \"type\": \"border\"\n}\n```\n\n## Installation\nStamper is Windows-only and requires v4.6.2 or newer of the .NET Framework. You can get the latest release of Stamper [here.](https://github.com/Jameak/Stamper/releases)\n\n## License\nReleased under the [MIT license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJameak%2FStamper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJameak%2FStamper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJameak%2FStamper/lists"}