Ejemplo n.º 1
0
 DcsDecoder(TiffIFD *rootIFD, FileMap *file);
Ejemplo n.º 2
0
 // A subset reusing the same data and starting at offset, with size bytes
 FileMap(FileMap* f, UInt32 offset, UInt32 size);
Ejemplo n.º 3
0
 NakedDecoder(FileMap *file, Camera *c);
Ejemplo n.º 4
0
 // A subset reusing the same data and starting at offset
 FileMap(FileMap* f, UInt32 offset);
Ejemplo n.º 5
0
 TiffIFDBE(FileMap *f, UInt32 offset, UInt32 depth = 0);
Ejemplo n.º 6
0
 RawParser(FileMap* input);
Ejemplo n.º 7
0
public  TiffParser(FileMap* input);
Ejemplo n.º 8
0
 ThreefrDecoder(TiffIFD *rootIFD, FileMap *file);