Skip to content

Barcode\Renderers\JpgRenderer background color #216

@dmitrysmirnovdeveloper

Description

@dmitrysmirnovdeveloper

$backgroundColor = new ImagickPixel('none');

This is not working correctly, you need to specify white color
$backgroundColor = new ImagickPixel('rgb(255,255,255)');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions