Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

twentyrogersc/mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mosaic

Image mosaic generator in node.js.

config

required

dims: dimensions in pixels of each tile in the format "#x#".
grid: number of pixels in the format "#x#".
src: url or path to source image or video.

optional

dir: relative path of the directory containing images to use in the mosaic. Default is "images".
fps: number of frames per second if the src is video. Default is 6.
save: filename of final output. Default is "mosaic.jpg".
tint: opacity of image on top of original pixel colour. Default is 0.7.
tmp: relative path of temp directory, will be removed after process. Default is "tmp".

About

Image mosaic generator in node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published