libpngで.ppmから.pngへ変換

をダウンロードして展開

CMake compile options for libpng

CMakeList.txtに追記

find_package(PNG REQUIRED)
include_directories("~/Graphics/Utils/libpng")

今日は時間があまり取れなかったので様子見で終了...