Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hqx

hqx Pixel Art Scaling Algorithm for JavaScript/Canvas

This project is a fork of phoboslab/js-hqx, adding support to Node, through node-canvas.

Results

Original:

Transformed (3x):

CLI Usage

Install hqx:

npm install -g hqx

Run with input + scale ratio:

hqx test.png 2 > test-2x.png
hqx test.png 3 > test-3x.png
hqx test.png 4 > test-4x.png

Usage

var scaledCanvas = hqx( originalImage, 3 );

The second argument is the scaling factor. hqx supports 2, 3 and 4. See index.html for an example.

License

Please see LICENSE file.

About

hqx Pixel Art Scaling Algorithm for Node/JavaScript

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages