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

Get-ImageQRCode

Namespace ImagePlayground
Inputs
System.String

Reads QR code information from an image file.

Remarks

Returns the decoded content and symbology details.

Examples

Authored help example

Decode QR code


Get-ImageQRCode -FilePath qr.png
        

Check the raw value


(Get-ImageQRCode -FilePath qr.png).Text
        

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

Get-ImageQRCode [-DecodeOptions <QrPixelDecodeOptions>] -FilePath <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

DecodeOptions QrPixelDecodeOptions optionalposition: namedpipeline: False
When omitted, ImagePlayground uses bounded fast-upright and robust-transform passes. Use Stylized for QR art or other difficult images.
FilePath String requiredposition: 0pipeline: True (ByValue)
The file must exist.