QRCodeReaderOptionsTrait
Trait QRCodeReaderOptionsTrait
Table of Contents
Properties
- $readerGrayscale : bool
- $readerIncreaseContrast : bool
- $readerInvertColors : bool
- $readerUseImagickIfAvailable : bool
- $readerGrayscale : bool
- Grayscale the image before reading
- $readerIncreaseContrast : bool
- Increase the contrast before reading
- $readerInvertColors : bool
- Invert the colors of the image
- $readerUseImagickIfAvailable : bool
- Use Imagick (if available) when reading QR Codes
Methods
- set_readerUseImagickIfAvailable() : void
- enables Imagick for the QR Code reader if the extension is available
Properties
$readerGrayscale
public
bool
$readerGrayscale
$readerIncreaseContrast
public
bool
$readerIncreaseContrast
$readerInvertColors
public
bool
$readerInvertColors
$readerUseImagickIfAvailable
public
bool
$readerUseImagickIfAvailable
$readerGrayscale
Grayscale the image before reading
protected
bool
$readerGrayscale
= false
$readerIncreaseContrast
Increase the contrast before reading
protected
bool
$readerIncreaseContrast
= false
note that applying contrast works different in GD and Imagick, so mileage may vary
$readerInvertColors
Invert the colors of the image
protected
bool
$readerInvertColors
= false
$readerUseImagickIfAvailable
Use Imagick (if available) when reading QR Codes
protected
bool
$readerUseImagickIfAvailable
= false
Methods
set_readerUseImagickIfAvailable()
enables Imagick for the QR Code reader if the extension is available
protected
set_readerUseImagickIfAvailable(bool $useImagickIfAvailable) : void
Parameters
- $useImagickIfAvailable : bool