X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Frgb_xyz.h;h=51846083a5eb68750863b0972e3c7130a2548e95;hb=refs%2Fheads%2F1.0-templates;hp=153fedf11223998e929f3131097fc32501cb65c2;hpb=d1f0b2b71a702b5624485cfeacaee5d58c4af5b2;p=libdcp.git diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h index 153fedf1..51846083 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -15,6 +15,20 @@ You should have received a copy of the GNU General Public License along with libdcp. If not, see . + + In addition, as a special exception, the copyright holders give + permission to link the code of portions of this program with the + OpenSSL library under certain conditions as described in each + individual source file, and distribute linked combinations + including the two. + + You must obey the GNU General Public License in all respects + for all of the code used other than OpenSSL. If you modify + file(s) with this exception, you may extend this exception to your + version of the file(s), but you are not obligated to do so. If you + do not wish to do so, delete this exception statement from your + version. If you delete this exception statement from all source + files in the program, then also delete it here. */ #include "types.h" @@ -53,4 +67,6 @@ extern boost::shared_ptr rgb_to_xyz ( extern boost::shared_ptr xyz_to_xyz (uint8_t const * xyz, dcp::Size size, int stride); +extern void combined_rgb_to_xyz (ColourConversion const & conversion, double* matrix); + }