Skip to content

Instantly share code, notes, and snippets.

size(160 * 3, 160 * 3);
PImage img;
colorMode(RGB, 5);
img = loadImage("gray_5.jpg");
loadPixels();
float cms = 0;
int a = 0;
int b = 0;
%!TEX TS-program = xelatex
\documentclass[12pt]{scrartcl}
% The declaration of the document class:
% The second line here, i.e.
% \documentclass[12pt]{scrartcl}
% is a standard LaTeX document class declaration:
% we say what kind of document we are making in curly brackets,
% and specify any options in square brackets.
@z3a
z3a / gist:3405354
Created August 20, 2012 15:57
node.js gitignore
*.swp
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz