Valgrind: valgrind --tool=memcheck --****-check=full --show-reachable=yes --num-callers=20 --track-fds=yes --track-origins=yes bmpSteganography: gcc -Wall -o bmpSteganography bmpSteganograph.c bmplib.a ./bmpSteganography -list 4x3.bmp image2.bmp ./bmpSteganography –grayscale image1.bmp ./bmpSteganography -encodeStegano 4 IMG_6865.bmp IMG_6875.bmp ./bmpSteganography -decodeStegano 4 new-IMG_6865.bmp ./bmpSteganography -encodeText tux-bonaparte.bmp poem.txt ./bmpSteganography -decodeText new-tux-bonaparte.bmp 279 new-poem.txt ./bmpSteganography -stringToImage tux-pirate.bmp strFile.txt ./bmpSteganography –imageToString new-tux-pirate.bmp cat outputText.txt