Skip to content

Utility to convert an image into a halftone image (bitmap and vector)

Notifications You must be signed in to change notification settings

rensbaardman/halftone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Halftone

A simple (and in the future hopefully more complete) python utility to convert an image into a halftone image (and export it in either .png or .svg).

Example

Original (512px x 512px)

Blocksize: 8px

Blocksize: 16px

Blocksize: 32px

Combined

Usage

python halftone.py image.png 8

where 8 is an optional parameter specifying the blocksize of the grid that we use to construct the halftone image. Will export a .png file and an .svg file into the out folder.

About

Utility to convert an image into a halftone image (bitmap and vector)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages