Contact Information:
- name: Austin Pederson
- email: [email protected]
Usage:
- Run the command "make" in your console/terminal.
- Run the program with the command "./ppmrw # inputfile.ppm outputfile.ppm" # should be replaced with either 3 or 6 depending on whether you want to convert to P3 or P6 respectivley. inputfile.ppm should be replaced with your chosen input file with the extension .ppm outputfile.ppm should be replaced with your chosen output file with the extension .ppm
Known Issues:
- Cannot handle maximum color values over 3 digits (i.e. maxColor could be 999, but not higher).
- No handling of errors for negative values anywhere, except in the passed arguments.