Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 39) sorted by relevance

12

/libtiff-4.0.7/contrib/tags/
H A DREADME24 source code of the library if they required additional private tags
28 their tags.
33 all of their private tags into a separate module, which need only
58 can trap your new, private tags, and install their values into
66 "vsetfield" method, to permit the symbolic printing of your new tags.
73 your own tags into a client tag extender. The module is called
78 tags currently installed. If you use the existing makefile you can
87 file called "newtif.tif", install the fake tags, and then list them out
93 To use this module for installing your own tags, edit each of the files
101 types, etc. Three examples tags are currently installed, demonstrating
[all …]
H A DMakefile.in115 subdir = contrib/tags
323 $(AUTOMAKE) --foreign contrib/tags/Makefile
347 tags TAGS:
496 tags-am uninstall uninstall-am
/libtiff-4.0.7/contrib/
H A DMakefile.in150 tags-recursive uninstall-recursive
364 SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib
440 tags: tags-recursive
441 TAGS: tags
443 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500 distclean-tags:
501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599 distclean-am: clean-am distclean-generic distclean-tags
664 distclean-tags distdir dvi dvi-am html html-am info info-am \
672 ps ps-am tags tags-am uninstall uninstall-am
H A DMakefile.am30 SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib subdir
H A DCMakeLists.txt32 add_subdirectory(tags)
/libtiff-4.0.7/build/
H A DMakefile.in151 tags-recursive uninstall-recursive
441 tags: tags-recursive
442 TAGS: tags
444 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
501 distclean-tags:
502 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600 distclean-am: clean-am distclean-generic distclean-tags
665 distclean-tags distdir dvi dvi-am html html-am info info-am \
673 ps ps-am tags tags-am uninstall uninstall-am
/libtiff-4.0.7/html/
H A DMakefile.in153 tags-recursive uninstall-recursive
553 tags: tags-recursive
554 TAGS: tags
556 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613 distclean-tags:
614 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
715 distclean-am: clean-am distclean-generic distclean-tags
780 distclean-tags distdir dvi dvi-am html html-am info info-am \
788 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
/libtiff-4.0.7/contrib/addtiffo/
H A DMakefile.in446 tags: tags-am
447 TAGS: tags
449 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
493 distclean-tags:
494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569 distclean-tags
636 distclean-libtool distclean-tags distdir dvi dvi-am html \
645 tags tags-am uninstall uninstall-am
/libtiff-4.0.7/contrib/iptcutil/
H A DMakefile.in444 tags: tags-am
445 TAGS: tags
447 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567 distclean-tags
634 distclean-libtool distclean-tags distdir dvi dvi-am html \
643 tags tags-am uninstall uninstall-am
H A Diptcutil.c37 static tag_spec tags[] = { variable
211 tagcount = sizeof(tags) / sizeof(tag_spec); in formatIPTC()
249 if (tags[i].id == recnum) in formatIPTC()
253 readable = tags[i].name; in formatIPTC()
/libtiff-4.0.7/port/
H A DMakefile.in450 tags: tags-am
451 TAGS: tags
453 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497 distclean-tags:
498 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573 distclean-tags
640 distclean-libtool distclean-tags distdir dvi dvi-am html \
649 tags tags-am uninstall uninstall-am
/libtiff-4.0.7/contrib/dbs/
H A DMakefile.in194 tags-recursive uninstall-recursive
552 tags: tags-recursive
553 TAGS: tags
555 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612 distclean-tags:
613 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
714 distclean-tags
782 distclean-tags distdir dvi dvi-am html html-am info info-am \
790 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
/libtiff-4.0.7/contrib/pds/
H A DREADME53 TIFF-PL is a Phillips Laboratory extension to the TIFF tags that allows
58 TIFF tags - a PL signature, a PL version number, and PL directory
60 sub-directory of tags-value pairs. So I wrote two routines:
61 TIFFWritePrivateDataSubDirectory(), which takes a list of tags and a
65 tags, and a "set" function and reads all the data from the private
/libtiff-4.0.7/tools/
H A Dpal2rgb.c342 } tags[] = { variable
387 #define NTAGS (sizeof (tags) / sizeof (tags[0]))
393 for (p = tags; p < &tags[NTAGS]; p++) in cpTags()
H A Dtiff2bw.c390 } tags[] = { variable
425 #define NTAGS (sizeof (tags) / sizeof (tags[0]))
431 for (p = tags; p < &tags[NTAGS]; p++) in cpTags()
H A DMakefile.in737 tags: tags-am
738 TAGS: tags
740 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
784 distclean-tags:
785 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
864 distclean-tags
932 distclean-tags distdir dvi dvi-am html html-am info info-am \
941 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
H A Dthumbnail.c223 } tags[] = { variable
272 #define NTAGS (sizeof (tags) / sizeof (tags[0]))
278 for (p = tags; p < &tags[NTAGS]; p++) in cpTags()
/libtiff-4.0.7/
H A DMakefile.in154 tags-recursive uninstall-recursive
575 tags: tags-recursive
576 TAGS: tags
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 distclean-tags:
642 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
879 distclean-tags
948 distclean-libtool distclean-tags distcleancheck distdir \
958 tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
H A DTODO9 o Write documentation on how do extend tags, and how the custom field
H A DChangeLog1396 counts for tags (ie. DotRange).
3783 StoNits tags custom.
3856 tags custom.
4093 and YClipPathUnits tags.
4121 TargetPrinter tags custom.
4263 tags.
4273 added DNG 1.1.0.0 tags.
4419 tags as per bug
4687 tags (Tristan Hill).
4708 tags (Peter Fales).
[all …]
/libtiff-4.0.7/libtiff/
H A DMakefile.in747 tags: tags-am
748 TAGS: tags
750 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
794 distclean-tags:
795 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
874 distclean-hdr distclean-tags
944 distclean-tags distdir dvi dvi-am html html-am info info-am \
954 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
H A DMakefile.lcc128 tags: ${SRCS}
/libtiff-4.0.7/contrib/win_dib/
H A DMakefile.w95133 tags: $(SRCS)
/libtiff-4.0.7/test/
H A DMakefile.in896 tags: tags-am
897 TAGS: tags
899 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
943 distclean-tags:
944 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1727 distclean-tags
1794 distclean-libtool distclean-tags distdir dvi dvi-am html \
1803 recheck tags tags-am uninstall uninstall-am
/libtiff-4.0.7/contrib/mfs/
H A DMakefile.in343 tags TAGS:
492 tags-am uninstall uninstall-am

12