# woocommerce-pos/1.10.20/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php

WCPOS – Point of Sale (POS) plugin for WooCommerce, version 1.10.20. 20 lines.

- Page: https://pluginprobe.com/plugins/woocommerce-pos/1.10.20/code/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php
- Raw: https://pluginprobe.com/plugins/woocommerce-pos/1.10.20/raw/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php
- Modified: 2026-06-09T13:55:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woocommerce-pos/1.10.20/code/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php#L10-L20`.

```php
<?php

/**
 * Class QRImage
 *
 * @created      14.12.2021
 * @author       smiley <smiley@chillerlan.net>
 * @copyright    2021 smiley
 * @license      MIT
 */
namespace WCPOS\Vendor\chillerlan\QRCode\Output;

/**
 * @deprecated 5.0.0 backward compatibility, use QRGdImage instead
 * @see \chillerlan\QRCode\Output\QRGdImage
 */
class QRImage extends QRGdImage
{
}

```
