Embed presentation
Download to read offline

The document describes a C programming project for a steganography program called 'steg' that encodes and decodes secret messages within bitmap images. It utilizes two main functions, 'encode' and 'decode', depending on the command-line argument provided, and modifies pixel values to embed and extract messages. The program specifically works with plain PPM format images, managing image data through standard file handling and manipulation techniques.
