Skip to content

Dithering issue in master/halftoneqr.js #2

Description

@michelsollie

master/halftoneqr.js, line 113:

var width = Math.sqrt(d.length / 4) / pixelSize;

should be:

var width = Math.sqrt(d.length / 4);

to make the atkinson dithering work correctly.

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