Move Image::as_png() out to image_as_png().
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Dec 2021 20:26:05 +0000 (21:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Dec 2021 11:59:56 +0000 (12:59 +0100)
commit9b169d0feb2ecb3d8e833f5171093eca27cb9923
treefd79dd6f50d3612580368baa6eed892744369fcd
parenta7a78af62afa78dabc9a92f595abc89312d2559b
Move Image::as_png() out to image_as_png().
src/lib/image.cc
src/lib/image.h
src/lib/image_png.cc [new file with mode: 0644]
src/lib/image_png.h [new file with mode: 0644]
src/lib/reel_writer.cc
src/lib/wscript
src/tools/dcpomatic_player.cc
test/image_test.cc
test/test.cc