Skip to content

Blank page after image #3

@sv1gzf

Description

@sv1gzf

After printing an image label we get a blank page.

we solved the issue with this fix

/**
* Compress a row of ASCII hexadecimal data.
*
* @param string $row
* @param string $lastRow
* @return string
*/
protected function compress($row, $lastRow)
{
//if ($row === $lastRow) {
// return ':';
//}

    $row = $this->compressTrailingZerosOrOnes($row);
    $row = $this->compressRepeatingCharacters($row);

    return $row;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions