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
This project is licensed under the MIT License - see the LICENSE.md file for details