analog

0.2.3 • Public • Published

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.

/analog/

    Package Sidebar

    Install

    npm i analog

    Weekly Downloads

    15

    Version

    0.2.3

    License

    none

    Last publish

    Collaborators

    • trusktr