0.2.3 • Published 9 years ago

analog v0.2.3

Weekly downloads
21
License
-
Repository
github
Last release
9 years ago

analog

Analog imperfections for your digital images.

Usage

var analog = require('analog');

analog.in('./photo.jpg'); // Specify the input file.
analog.out('./result.jpg'); // Specify the output file.

analog.apply('gotham', function() { // gotham, toaster, nashville, lomo, kelvin, or tiltshift
    console.log('Applied the gotham filter!');
});

Requirements

ImageMagick should be installed on your system.

Roadmap

  • Replace ImageMagic with a WebGL canvas.
0.2.3

9 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.0.0

11 years ago