Remove Image and ARGBImage and just dump RGB data into
authorCarl Hetherington <cth@carlh.net>
Mon, 2 Feb 2015 22:33:27 +0000 (22:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 2 Feb 2015 22:33:27 +0000 (22:33 +0000)
commit989f182558193a51e0a26603fb2ca59f827216a0
tree7d2b2511967e5417838a4343341e5aa9d26cf2b8
parent0d7fe66361a40702cb97357955cf35256f1d2c26
Remove Image and ARGBImage and just dump RGB data into
uint8_t* buffers.  This is hopefully simpler than trying
to come up with some Image hierarchy that suits everything.
21 files changed:
examples/read_dcp.cc
src/argb_image.cc [deleted file]
src/argb_image.h [deleted file]
src/image.cc [deleted file]
src/image.h [deleted file]
src/mono_picture_frame.cc
src/mono_picture_frame.h
src/rgb_xyz.cc
src/rgb_xyz.h
src/stereo_picture_frame.cc
src/stereo_picture_frame.h
src/types.h
src/util.cc
src/util.h
src/wscript
test/argb_image_test.cc [deleted file]
test/decryption_test.cc
test/image_test.cc [deleted file]
test/rgb_xyz_test.cc
test/round_trip_test.cc
test/wscript