43class OrfFile :
public IfdFile {
45 static RawFile *factory(
const IO::Stream::Ptr &);
46 OrfFile(
const IO::Stream::Ptr &);
49 OrfFile(
const OrfFile &) =
delete;
50 OrfFile &operator=(
const OrfFile &) =
delete;
52 enum { ORF_COMPRESSION = 0x10000 };
55 virtual IfdDir::Ref _locateCfaIfd()
override;
56 virtual IfdDir::Ref _locateMainIfd()
override;
61 IFD::TiffCompress tiffCompression)
override;
64 static RawFile::TypeId _typeIdFromModel(
const std::string &model);