Skip to content

JingShing/Pixel_Filter_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 繁體中文

You can use this tool on my website.

Pixel_Filter_JS

A pixel filter made with Javascript.

This is rewrite from my old repo Pixel_Art_filter.

You can put the content you want to pixelize in content filed.

Then click button it will pixelize the file for you.

UI

UI

Example

Before Pixelize

B

After 10 pixel size Pixelize

A

Log

Ver0.1

  • Feature:
    • Core part: pixel size
    • file load
    • file drag and drop
    • Now support txt, png and jpg

Ver0.2

  • Feature:
    • Now can see before and after image

Ver0.3

  • Feature:
    • I finally make kmeans in Javascript without using nodeJS and 3rd party modules.
    • Kmeans
    • color control

Ver0.4

  • Feature:
    • color number using 0 or -1 will not apply color number.