Home
last modified time | relevance | path

Searched refs:TIFF_IFD (Results 1 – 9 of 9) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffset.c186 case TIFF_IFD: in main()
226 case TIFF_IFD: in main()
275 case TIFF_IFD: in main()
H A Dtiffdump.c514 case TIFF_IFD: in ReadDirectory()
824 case TIFF_IFD: { in PrintData()
/libtiff-4.0.7/libtiff/
H A Dtif_dirinfo.c456 case TIFF_IFD: in TIFFDataWidth()
493 case TIFF_IFD: in _TIFFDataSize()
692 case TIFF_IFD: in _TIFFCreateAnonField()
766 case TIFF_IFD: in _TIFFSetGetType()
802 case TIFF_IFD: in _TIFFSetGetType()
838 case TIFF_IFD: in _TIFFSetGetType()
874 case TIFF_IFD: in _TIFFSetGetType()
H A Dtiff.h139 TIFF_IFD = 13, /* %32-bit unsigned integer (offset) */ enumerator
H A Dtif_print.c93 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField()
H A Dtif_dir.c650 case TIFF_IFD: in _TIFFVSetField()
1125 case TIFF_IFD: in _TIFFVGetField()
H A Dtif_dirwrite.c768 case TIFF_IFD: in TIFFWriteDirectorySec()
2293 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD,count,count*4,value)); in TIFFWriteDirectoryTagCheckedIfdArray()
2733 datatype = TIFF_IFD; in _TIFFRewriteField()
2770 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
H A Dtif_dirread.c751 case TIFF_IFD: in TIFFReadDirEntryIfd8()
2666 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
2696 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
/libtiff-4.0.7/
H A DChangeLog4020 * tools/tiffdump.c: Added support for TIFF_IFD datatype.
4766 to TIFF_IFD.
5355 * libtiff/tif_dirwrite.c: Handle TIFF_IFD tag type correctly.