Skip to content

I worked on a project last year that required applying a color halftone filter to uploaded user photos. After a quick search on google, the only thing I found was a webGL shader but what I needed was a filter for 2D canvas, even if it would be performing much slower. So I finally had to write the filter myself.

Notifications You must be signed in to change notification settings

patrickmatte/color-halftone-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

color-halftone-filter

A color halftone filter for 2D canvas.

The smaller the dots, the longer it takes to render. You should consider using WebGL!

About

I worked on a project last year that required applying a color halftone filter to uploaded user photos. After a quick search on google, the only thing I found was a webGL shader but what I needed was a filter for 2D canvas, even if it would be performing much slower. So I finally had to write the filter myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published