diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-02 18:42:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-02 18:42:54 +0000 |
| commit | 923d5a17cdbe4c4ae947bbb45493be0792cfd54e (patch) | |
| tree | c30cc659bb94aaf8231bb5f8c790e3d60a3362b1 /src/argb_frame.h | |
| parent | b47a54b85aee24795008463681cb31f4307ffe84 (diff) | |
Unpack XYZ to RGB into an Image class rather than a raw buffer.
Diffstat (limited to 'src/argb_frame.h')
| -rw-r--r-- | src/argb_frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/argb_frame.h b/src/argb_frame.h index 419227bb..db0d07a9 100644 --- a/src/argb_frame.h +++ b/src/argb_frame.h @@ -41,6 +41,8 @@ namespace dcp * is the green component, and so on. * * Lines are packed so that the second row directly follows the first. + * + * XXX: this should probably be an Image...? */ class ARGBFrame : boost::noncopyable { |
