
by Harry Heaton

by Ronald Hagenstein


Pixastic.process(img, "mosaic", {blockSize:10});

canvas.getContext("2d").createPattern(img, "repeat");


canvas.getContext("2d").globalCompositeOperation = "multiply";

thresholds: [{ maxImageWidth: 300, minBrickSize: 10, maxBrickSize: 15 },{ maxImageWidth: 1200, minBrickSize: 15, maxBrickSize: 26 },{ maxImageWidth: 1600, maxBrickSize: 36 }]

