Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 669 Bytes

SCAN

SCAN is a lossless image compression algorithm, presented by Lossless compression and information hiding in images. Our implementation works both on 8bit gray-scale that on 24bit RGB images.

##Usage

$java -jar SCAN.jar -c [compress] -d [decompress] -RGB[Color] -GRAY[Grayscale] inputFile outputFile

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details