{"id":19055384,"url":"https://github.com/evotecit/imageplayground","last_synced_at":"2025-09-04T15:36:57.566Z","repository":{"id":95331709,"uuid":"407070521","full_name":"EvotecIT/ImagePlayground","owner":"EvotecIT","description":"ImagePlayground is a PowerShell module that provides a set of functions for image processing. Among other things it can create QRCodes, BarCodes, Charts, and do image processing that can help with daily tasks.","archived":false,"fork":false,"pushed_at":"2025-08-13T07:57:42.000Z","size":25211,"stargazers_count":84,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-20T06:48:01.866Z","etag":null,"topics":["barcodes","charts","powershell","qrcodes"],"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/EvotecIT.png","metadata":{"files":{"readme":"Docs/Readme.md","changelog":"CHANGELOG.MD","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"PrzemyslawKlys","custom":["https://paypal.me/PrzemyslawKlys"]}},"created_at":"2021-09-16T07:41:55.000Z","updated_at":"2025-08-13T07:57:44.000Z","dependencies_parsed_at":"2024-01-07T16:10:45.418Z","dependency_job_id":"b08db560-8f8b-4763-8852-bb178c46c985","html_url":"https://github.com/EvotecIT/ImagePlayground","commit_stats":{"total_commits":271,"total_committers":2,"mean_commits":135.5,"dds":"0.0036900369003689537","last_synced_commit":"3987e77448c3ae5d7aead46ee2147cf5532ae157"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/EvotecIT/ImagePlayground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FImagePlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FImagePlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FImagePlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FImagePlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvotecIT","download_url":"https://codeload.github.com/EvotecIT/ImagePlayground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FImagePlayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273632247,"owners_count":25140766,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["barcodes","charts","powershell","qrcodes"],"created_at":"2024-11-08T23:44:40.126Z","updated_at":"2025-09-04T15:36:57.549Z","avatar_url":"https://github.com/EvotecIT.png","language":"C#","funding_links":["https://github.com/sponsors/PrzemyslawKlys","https://paypal.me/PrzemyslawKlys"],"categories":[],"sub_categories":[],"readme":"---\r\nModule Name: ImagePlayground\r\nModule Guid: ff5469f2-c542-4318-909e-fd054d16821f\r\nDownload Help Link: {{ Update Download Link }}\r\nHelp Version: {{ Please enter version of help manually (X.X.X.X) format }}\r\nLocale: en-US\r\n---\r\n\r\n# ImagePlayground Module\r\n## Description\nImagePlayground is a PowerShell module for creating and editing images. It can\ngenerate QR codes, barcodes and charts as well as perform basic processing such\nas resizing or adding text.\n\r\n## ImagePlayground Cmdlets\r\n### [ConvertTo-Image](ConvertTo-Image.md)\nConverts an image to another format.\n### [ConvertTo-ImageBase64](ConvertTo-ImageBase64.md)\nReturns a Base64 encoded representation of an image file.\n### [ConvertFrom-ImageBase64](ConvertFrom-ImageBase64.md)\nCreates an image file from a Base64 string.\n\r\n### [Get-Image](Get-Image.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Get-ImageBarCode](Get-ImageBarCode.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Get-ImageExif](Get-ImageExif.md)\r\nGets EXIF data from image\r\n\r\n### [Get-ImageQRCode](Get-ImageQRCode.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Merge-Image](Merge-Image.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ChartLegend](New-ChartLegend.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageBarCode](New-ImageBarCode.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChart](New-ImageChart.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartBar](New-ImageChartBar.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartBarOptions](New-ImageChartBarOptions.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartLine](New-ImageChartLine.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartPie](New-ImageChartPie.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartRadial](New-ImageChartRadial.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageChartScatter](New-ImageChartScatter.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageQRCode](New-ImageQRCode.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageQRCodeWiFi](New-ImageQRCodeWiFi.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageQRContact](New-ImageQRContact.md)\n{{ Fill in the Synopsis }}\n\n### [New-ImageQRCodeSms](New-ImageQRCodeSms.md)\nCreates a QR code with an SMS payload.\n\n### [New-ImageQRCodeGeoLocation](New-ImageQRCodeGeoLocation.md)\nCreates a QR code with latitude and longitude information.\n\n### [New-ImageQRCodeGirocode](New-ImageQRCodeGirocode.md)\nCreates a SEPA credit transfer QR code.\n\n### [New-ImageQRCodeBitcoin](New-ImageQRCodeBitcoin.md)\nGenerates a payment QR code for Bitcoin-like currencies.\n\n### [New-ImageQRCodeMonero](New-ImageQRCodeMonero.md)\nGenerates a Monero payment QR code.\n\n### [New-ImageQRCodeSkypeCall](New-ImageQRCodeSkypeCall.md)\nCreates a Skype call QR code.\n\n### [New-ImageQRCodeShadowSocks](New-ImageQRCodeShadowSocks.md)\nCreates a Shadowsocks configuration QR code.\n\n### [New-ImageQRCodePhoneNumber](New-ImageQRCodePhoneNumber.md)\nCreates a QR code to dial a phone number.\n\n### [New-ImageQRCodeOtp](New-ImageQRCodeOtp.md)\nCreates an OTP configuration QR code.\n\n### [New-ImageQRCodeSlovenianUpnQr](New-ImageQRCodeSlovenianUpnQr.md)\nGenerates a Slovenian UPN payment QR.\n\n### [New-ImageQRCodeBezahlCode](New-ImageQRCodeBezahlCode.md)\nCreates a German BezahlCode payment QR.\n\n### [New-ImageQRCodeSwiss](New-ImageQRCodeSwiss.md)\nCreates a Swiss QR invoice code.\n\r\n### [Remove-ImageExif](Remove-ImageExif.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Resize-Image](Resize-Image.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Save-Image](Save-Image.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Compare-Image](Compare-Image.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [New-ImageGrid](New-ImageGrid.md)\r\n{{ Fill in the Synopsis }}\r\n\r\n### [Add-ImageText](Add-ImageText.md)\nPlaces text onto an image at specified coordinates.\n\r\n### [New-ImageAvatar](New-ImageAvatar.md)\r\nCreates a rounded avatar from an image\r\n\r\n### [Set-ImageExif](Set-ImageExif.md)\r\nSets EXIF tag to specific value\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevotecit%2Fimageplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevotecit%2Fimageplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevotecit%2Fimageplayground/lists"}