File indexing completed on 2025-01-05 03:57:06
0001 /* -*- C++ -*- 0002 * Copyright 2019-2021 LibRaw LLC (info@libraw.org) 0003 * 0004 Placeholder functions to build LibRaw w/o postprocessing 0005 and preprocessing calls 0006 0007 LibRaw is free software; you can redistribute it and/or modify 0008 it under the terms of the one of two licenses as you choose: 0009 0010 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1 0011 (See file LICENSE.LGPL provided in LibRaw distribution archive for details). 0012 0013 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 0014 (See file LICENSE.CDDL provided in LibRaw distribution archive for details). 0015 0016 */ 0017 0018 #include "../../internal/libraw_cxx_defs.h" 0019 0020 void LibRaw::copy_fuji_uncropped(unsigned short /*cblack*/[4], 0021 unsigned short * /*dmaxp*/) {} 0022 void LibRaw::copy_bayer(unsigned short /*cblack*/[4], unsigned short * /*dmaxp*/){} 0023 void LibRaw::raw2image_start(){} 0024