Skip to content

srikrishna98/ImageCompressionDWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Encode and compress a given 512x512 image using Discrete Wavelet Transforms.

  • Support for progressive encoding.

  • To compile code:

    javac ImageDisplay.java
    
  • Running: java ImageDisplay imagefilePath.rgb n

  • args

    • imagefilePath.rgb : relative path to 512x512 image to be encoded. has to be a .rgb file
    • n : encoded image size (2^n) X (2^n). if n is -1, progressive encoding is applied.
  • Example Usage

    java ImageDisplay roses_image_512x512.rgb -1

    java ImageDisplay roses_image_512x512.rgb 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages