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, 28 Apr 2022 22:11:17 +0000 (00:11 +0200)
commit7ec6c86c913fba820870565ee757fdf43ae47433
tree7cdc265ffd2048550afe90cf7a087175ea264364
parent4673b12dcf6340862f9f4f72fc6dca8553130b55
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