Skip to content

A lossy image compression program. (Not formally called interlacing but closely resembles 90s tv interlacing effect)

Notifications You must be signed in to change notification settings

KoyaS/Interlacing-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Works by cutting image into 1 pixel wide strips and discarding half. Repeats the cutting process both vertically and horizontally, reducing memory used by %50 each iteration.

Image start:

Before being cut to strips To be compressed

Compressed image:

By adding the cut strips we keep the origional resolution of the image. Only after image compression we take a single copy of this compressed image and save it in its lower resolution. Compressing image

About

A lossy image compression program. (Not formally called interlacing but closely resembles 90s tv interlacing effect)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages