analog

v0.2.3
Analog imperfections for your digital images.

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.
npm i analog

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 12/14/2014

Downloads

Maintainers