Image Resizer
This program resizes PNG images with the use of the libpng library (version 1.6.40) Refer to the man page (resize.1) for more details on usage.
Author: Tymofiy Sompura
Note that this program was made on MacOS, using the GNU compiler. It may not be portable to other OS/compilers. To compile, run the Makefile by typing "make" in the command line. To clean up the files, type "make clean". Note that this does not delete the executable.