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