Projeto ITP - Esteganografia 1.0
|
Functions | |
int | main (int argc, char *argv[]) |
Prints out an ASCII message encoded in the least significant bit (LSB) of the pixels of a PPM image. | |
int main | ( | int | argc, |
char * | argv[] ) |
Prints out an ASCII message encoded in the least significant bit (LSB) of the pixels of a PPM image.
argc | |
argv |
Verifies if the number of arguments is correct.
Stores the PPM image to be decoded.
Tests if the ReadPPM() function was successful, stops the decoding process otherwise.