An open API service indexing awesome lists of open source software.

https://github.com/evotecit/imageplayground

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.
https://github.com/evotecit/imageplayground

barcodes charts powershell qrcodes

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

---
Module Name: ImagePlayground
Module Guid: ff5469f2-c542-4318-909e-fd054d16821f
Download Help Link: {{ Update Download Link }}
Help Version: {{ Please enter version of help manually (X.X.X.X) format }}
Locale: en-US
---

# ImagePlayground Module
## Description
ImagePlayground is a PowerShell module for creating and editing images. It can
generate QR codes, barcodes and charts as well as perform basic processing such
as resizing or adding text.

## ImagePlayground Cmdlets
### [ConvertTo-Image](ConvertTo-Image.md)
Converts an image to another format.
### [ConvertTo-ImageBase64](ConvertTo-ImageBase64.md)
Returns a Base64 encoded representation of an image file.
### [ConvertFrom-ImageBase64](ConvertFrom-ImageBase64.md)
Creates an image file from a Base64 string.

### [Get-Image](Get-Image.md)
{{ Fill in the Synopsis }}

### [Get-ImageBarCode](Get-ImageBarCode.md)
{{ Fill in the Synopsis }}

### [Get-ImageExif](Get-ImageExif.md)
Gets EXIF data from image

### [Get-ImageQRCode](Get-ImageQRCode.md)
{{ Fill in the Synopsis }}

### [Merge-Image](Merge-Image.md)
{{ Fill in the Synopsis }}

### [New-ChartLegend](New-ChartLegend.md)
{{ Fill in the Synopsis }}

### [New-ImageBarCode](New-ImageBarCode.md)
{{ Fill in the Synopsis }}

### [New-ImageChart](New-ImageChart.md)
{{ Fill in the Synopsis }}

### [New-ImageChartBar](New-ImageChartBar.md)
{{ Fill in the Synopsis }}

### [New-ImageChartBarOptions](New-ImageChartBarOptions.md)
{{ Fill in the Synopsis }}

### [New-ImageChartLine](New-ImageChartLine.md)
{{ Fill in the Synopsis }}

### [New-ImageChartPie](New-ImageChartPie.md)
{{ Fill in the Synopsis }}

### [New-ImageChartRadial](New-ImageChartRadial.md)
{{ Fill in the Synopsis }}

### [New-ImageChartScatter](New-ImageChartScatter.md)
{{ Fill in the Synopsis }}

### [New-ImageQRCode](New-ImageQRCode.md)
{{ Fill in the Synopsis }}

### [New-ImageQRCodeWiFi](New-ImageQRCodeWiFi.md)
{{ Fill in the Synopsis }}

### [New-ImageQRContact](New-ImageQRContact.md)
{{ Fill in the Synopsis }}

### [New-ImageQRCodeSms](New-ImageQRCodeSms.md)
Creates a QR code with an SMS payload.

### [New-ImageQRCodeGeoLocation](New-ImageQRCodeGeoLocation.md)
Creates a QR code with latitude and longitude information.

### [New-ImageQRCodeGirocode](New-ImageQRCodeGirocode.md)
Creates a SEPA credit transfer QR code.

### [New-ImageQRCodeBitcoin](New-ImageQRCodeBitcoin.md)
Generates a payment QR code for Bitcoin-like currencies.

### [New-ImageQRCodeMonero](New-ImageQRCodeMonero.md)
Generates a Monero payment QR code.

### [New-ImageQRCodeSkypeCall](New-ImageQRCodeSkypeCall.md)
Creates a Skype call QR code.

### [New-ImageQRCodeShadowSocks](New-ImageQRCodeShadowSocks.md)
Creates a Shadowsocks configuration QR code.

### [New-ImageQRCodePhoneNumber](New-ImageQRCodePhoneNumber.md)
Creates a QR code to dial a phone number.

### [New-ImageQRCodeOtp](New-ImageQRCodeOtp.md)
Creates an OTP configuration QR code.

### [New-ImageQRCodeSlovenianUpnQr](New-ImageQRCodeSlovenianUpnQr.md)
Generates a Slovenian UPN payment QR.

### [New-ImageQRCodeBezahlCode](New-ImageQRCodeBezahlCode.md)
Creates a German BezahlCode payment QR.

### [New-ImageQRCodeSwiss](New-ImageQRCodeSwiss.md)
Creates a Swiss QR invoice code.

### [Remove-ImageExif](Remove-ImageExif.md)
{{ Fill in the Synopsis }}

### [Resize-Image](Resize-Image.md)
{{ Fill in the Synopsis }}

### [Save-Image](Save-Image.md)
{{ Fill in the Synopsis }}

### [Compare-Image](Compare-Image.md)
{{ Fill in the Synopsis }}

### [New-ImageGrid](New-ImageGrid.md)
{{ Fill in the Synopsis }}

### [Add-ImageText](Add-ImageText.md)
Places text onto an image at specified coordinates.

### [New-ImageAvatar](New-ImageAvatar.md)
Creates a rounded avatar from an image

### [Set-ImageExif](Set-ImageExif.md)
Sets EXIF tag to specific value