Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageQRCodeMonero

Namespace ImagePlayground
Inputs
System.String

Generates a QR code for a Monero transaction.

Remarks

Generates a QR code for a Monero transaction.

Examples

Authored help example

Create Monero QR


New-ImageQRCodeMonero -Address '44AFFq5kSiGBoZ...'' -Amount 1.0 -FilePath xmr.png
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-ImageQRCodeMonero -Address <String> [-Amount <Single>] [-BackgroundColor <Color>] [-Description <String>] -FilePath <String> [-ForegroundColor <Color>] [-PaymentId <String>] [-PixelSize <Int32>] [-RecipientName <String>] [-Show] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Address String requiredposition: 0pipeline: False
Destination wallet address.
Amount Single optionalposition: 1pipeline: False
Optional payment amount.
BackgroundColor Color optionalposition: namedpipeline: False
Background color of the QR code.
Description String optionalposition: 4pipeline: False
Payment description.
FilePath String requiredposition: 5pipeline: True (ByValue)
Path to save the QR code image.
ForegroundColor Color optionalposition: namedpipeline: False
Foreground color of QR modules.
PaymentId String optionalposition: 2pipeline: False
Optional payment identifier.
PixelSize Int32 optionalposition: namedpipeline: False
Pixel size for each QR module.
RecipientName String optionalposition: 3pipeline: False
Recipient name.
Show SwitchParameter optionalposition: namedpipeline: False
Opens the image after creation.