23#ifndef OR_INTERNALS_UNPACK_H_
24#define OR_INTERNALS_UNPACK_H_
29#include <libopenraw/consts.h>
31namespace OpenRaw {
namespace Internals {
37 Unpack(uint32_t w, uint32_t t);
43 or_error
unpack_be12to16(uint8_t *dest,
size_t destsize,
const uint8_t *src,
size_t size,
size_t & outsize);
or_error unpack_be12to16(uint8_t *dest, size_t destsize, const uint8_t *src, size_t size, size_t &outsize)
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....