diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
| commit | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch) | |
| tree | cc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/rgb_xyz.h | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/rgb_xyz.h')
| -rw-r--r-- | src/rgb_xyz.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h index 40aaf762..7bd1cd8e 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -24,17 +24,17 @@ namespace dcp { -class ARGBImage; +class ARGBImage; class OpenJPEGImage; class Image; class ColourConversion; - + extern void xyz_to_rgba ( boost::shared_ptr<const OpenJPEGImage>, ColourConversion const & conversion, uint8_t* rgba ); - + extern void xyz_to_rgb ( boost::shared_ptr<const OpenJPEGImage>, ColourConversion const & conversion, @@ -42,7 +42,7 @@ extern void xyz_to_rgb ( int stride, boost::optional<NoteHandler> note = boost::optional<NoteHandler> () ); - + extern boost::shared_ptr<OpenJPEGImage> rgb_to_xyz ( uint8_t const * rgb, dcp::Size size, @@ -50,7 +50,7 @@ extern boost::shared_ptr<OpenJPEGImage> rgb_to_xyz ( ColourConversion const & conversion, boost::optional<NoteHandler> note = boost::optional<NoteHandler> () ); - + extern boost::shared_ptr<OpenJPEGImage> xyz_to_xyz (uint8_t const * xyz, dcp::Size size, int stride); - + } |
