diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 14:44:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 14:44:48 +0100 |
| commit | da2cb0bddaaca815440a06884cf3364050e03a0e (patch) | |
| tree | 7ddb48376d7fb2f612611da81465452b24c3bc18 /src | |
| parent | 885c2ea2aca4d2f5d891ff0954e1fe21fdd16ab4 (diff) | |
Some non-DCP JPEG2000 images are not 12-bit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xyz_image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz_image.cc b/src/xyz_image.cc index 48ee6ad6..3183df33 100644 --- a/src/xyz_image.cc +++ b/src/xyz_image.cc @@ -72,7 +72,7 @@ XYZImage::~XYZImage () } /** @param c Component index (0, 1 or 2) - * @return Pointer to the data for component c; 12-bit values from 0-4095. + * @return Pointer to the data for component c. */ int * XYZImage::data (int c) const |
