-
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 -1java ImageDisplay roses_image_512x512.rgb 6
-
Notifications
You must be signed in to change notification settings - Fork 0
srikrishna98/ImageCompressionDWT
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published