Skip to content

Instantly share code, notes, and snippets.

View gmph's full-sized avatar

Graham Macphee gmph

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1Hhb53FeT9oJWWz3ZbuUt2PoEtiMssPafL https://explorer.blockstack.org/address/1Hhb53FeT9oJWWz3ZbuUt2PoEtiMssPafL
if (!is_Duplicate){
if (!is_imageData) {
image = im.getImageData(0, 0, im.canvas.width, im.canvas.height).data;
if (!sizeSet) setSize(im.canvas.width, im.canvas.height);
} else {
image = im;
}
getImagePixels(); // convert to correct format if necessary
analyzePixels(); // build color table & map pixels