Comment 4 for bug 134313

Revision history for this message
Yves-Antoine (yae) wrote :

Here is a program to invert a PBM file, as a workaround to subject bug.
Compilation:
gcc -o pbminvert pbminvert.c
Execution:
cat file_to_be_inverted.pbm | ./pbminvert > inverted_file.pbm