diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 21:00:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 21:00:30 +0100 |
| commit | 414c44166031003b29d1b0b2fd2c9748a63260b4 (patch) | |
| tree | f9d955142f6c982ce1f6db0b71d0a4c10bdbfea5 /src/util.h | |
| parent | f28303e1f00075841ac00fe4bb18ca37cbf1a7af (diff) | |
Move XYZ/RGB function to its own source file.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -65,7 +65,6 @@ extern std::string content_kind_to_string (ContentKind kind); extern ContentKind content_kind_from_string (std::string kind); extern bool empty_or_white_space (std::string s); extern boost::shared_ptr<XYZFrame> decompress_j2k (uint8_t* data, int64_t size, int reduce); -extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (boost::shared_ptr<const XYZFrame>, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>); extern void init (); |
