Home
last modified time | relevance | path

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

12

/dports/graphics/exiftags/exiftags-1.01/
H A Dmakers.h80 extern void canon_prop(struct exifprop *prop, struct exiftags *t);
83 extern void olympus_prop(struct exifprop *prop, struct exiftags *t);
86 extern void fuji_prop(struct exifprop *prop, struct exiftags *t);
89 extern void nikon_prop(struct exifprop *prop, struct exiftags *t);
94 extern void minolta_prop(struct exifprop *prop, struct exiftags *t);
97 extern void sanyo_prop(struct exifprop *prop, struct exiftags *t);
100 extern void asahi_prop(struct exifprop *prop, struct exiftags *t);
103 extern void leica_prop(struct exifprop *prop, struct exiftags *t);
106 extern void panasonic_prop(struct exifprop *prop, struct exiftags *t);
109 extern void sigma_prop(struct exifprop *prop, struct exiftags *t);
H A DMakefile36 all: exiftags exifcom exiftime
38 exiftags: exiftags.o $(OBJS) $(MKRS) $(HDRS) target
39 $(CC) $(CFLAGS) -o $@ exiftags.o $(OBJS) $(MKRS) -lm
48 @rm -f $(OBJS) $(MKRS) $(NOMKRS) exiftags.o exifcom.o exiftime.o \
49 timevary.o exiftags exifcom exiftime
52 cp exiftags exifcom exiftime $(bindir)
53 chmod 0755 $(bindir)/exiftags $(bindir)/exifcom $(bindir)/exiftime
54 cp exiftags.1 exifcom.1 exiftime.1 $(mandir)/man1
55 chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
H A DCHANGES1 20071215 version: exiftags 1.01
12 20050126 version: exiftags 1.00
30 20040506 version: exiftags 0.99.1
34 20040430 version: exiftags 0.99
48 20030815 version: exiftags 0.98
61 20030204 version: exiftags 0.97
73 20021103 version: exiftags 0.96
82 20021006 version: exiftags 0.95
94 20020928 version: exiftags 0.94
97 20020831 version: exiftags 0.93
[all …]
H A Dexiftags.dsp1 # Microsoft Developer Studio Project File - Name="exiftags" - Package Owner=<4>
7 CFG=exiftags - Win32 Debug
11 !MESSAGE NMAKE /f "exiftags.mak".
16 !MESSAGE NMAKE /f "exiftags.mak" CFG="exiftags - Win32 Debug"
20 !MESSAGE "exiftags - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "exiftags - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "exiftags - Win32 Release"
54 !ELSEIF "$(CFG)" == "exiftags - Win32 Debug"
81 # Name "exiftags - Win32 Release"
82 # Name "exiftags - Win32 Debug"
[all …]
H A DREADME1 exiftags-1.01
8 1. exiftags: spits out Exif tags;
16 nroff -man exiftags.1 | more
30 exiftags.exe, exifcom.exe, and exiftime.exe to some directory in your
50 at http://johnst.org/sw/exiftags/.
H A Dexif.h233 struct exiftags { struct
260 extern void exiffree(struct exiftags *t); argument
261 extern struct exiftags *exifscan(unsigned char *buf, int len, int domkr);
262 extern struct exiftags *exifparse(unsigned char *buf, int len);
H A Dexif.c68 struct exiftags *t, int domkr);
197 readtags(struct ifd *dir, int seq, struct exiftags *t, int domkr)
232 postprop(struct exifprop *prop, struct exiftags *t)
425 tweaklvl(struct exifprop *prop, struct exiftags *t)
790 exiffree(struct exiftags *t)
813 struct exiftags *
818 struct exiftags *t;
823 t = (struct exiftags *)malloc(sizeof(struct exiftags));
829 memset(t, 0, sizeof(struct exiftags));
894 struct exiftags *
[all …]
H A Dexiftags.dsw18 Project: "exiftags"=.\exiftags.dsp - Package Owner=<4>
H A Dexiftime.c154 listts(struct exiftags *t, struct linfo *li, u_int16_t *tpref) in listts()
216 writets(FILE *fp, long pos, struct exiftags *t, struct exifprop *p, in writets()
277 procts(FILE *fp, long pos, struct exiftags *t, const unsigned char *buf, in procts()
315 procall(FILE *fp, long pos, struct exiftags *t, const unsigned char *buf) in procall()
363 struct exiftags *t; in doit()
H A Dcanon.c939 unsigned char *off, struct exiftags *t) in canon_prop01()
1004 unsigned char *off, struct exiftags *t) in canon_prop04()
1085 unsigned char *off, struct exiftags *t) in canon_propA0()
1106 canon_subval(struct exifprop *prop, struct exiftags *t, in canon_subval()
1242 canon_prop(struct exifprop *prop, struct exiftags *t) in canon_prop()
H A Dleica.c168 leica_prop(struct exifprop *prop, struct exiftags *t) in leica_prop()
H A Dnikon.c285 nikon_prop0(struct exifprop *prop, struct exiftags *t) in nikon_prop0()
311 nikon_prop1(struct exifprop *prop, struct exiftags *t) in nikon_prop1()
630 nikon_prop(struct exifprop *prop, struct exiftags *t) in nikon_prop()
H A Dpanasonic.c202 panasonic_prop(struct exifprop *prop, struct exiftags *t) in panasonic_prop()
H A Dasahi.c132 asahi_prop(struct exifprop *prop, struct exiftags *t) in asahi_prop()
H A Dfuji.c200 fuji_prop(struct exifprop *prop, struct exiftags *t) in fuji_prop()
H A Dsigma.c117 sigma_prop(struct exifprop *prop, struct exiftags *t) in sigma_prop()
H A Dolympus.c94 olympus_prop(struct exifprop *prop, struct exiftags *t) in olympus_prop()
/dports/graphics/libkexiv2/libkexiv2-21.12.3/tests/
H A Dprinttagslist.cpp25 KExiv2::TagsMap exiftags = meta.getStdExifTagsList(); in main() local
27 … for (KExiv2::TagsMap::const_iterator it = exiftags.constBegin(); it != exiftags.constEnd(); ++it ) in main()
/dports/graphics/digikam/digikam-7.4.0/core/tests/metadataengine/
H A Dprinttagslist_utest.cpp74 DMetadata::TagsMap exiftags = meta->getStdExifTagsList(); in testPrintAllAvailableStdExifTags() local
75 QVERIFY(!exiftags.isEmpty()); in testPrintAllAvailableStdExifTags()
77 parseTagsList(exiftags); in testPrintAllAvailableStdExifTags()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp117 static const EXIFTagDesc exiftags [] = { variable
540 for ( const EXIFTagDesc *poExifTags = exiftags; in EXIFExtractMetadata()
1555 for(size_t i = 0; exiftags[i].name[0] != '\0'; i++ ) in main()
1557 if( exiftags[i].datatype == TIFF_NOTYPE ) in main()
1560 exiftags[i].name, in main()
1561 exiftags[i].tag, in main()
1562 exiftags[i].datatype == TIFF_BYTE ? "BYTE" : in main()
1563 exiftags[i].datatype == TIFF_ASCII ? "ASCII" : in main()
1566 exiftags[i].datatype == TIFF_LONG ? "LONG" : in main()
1570 exiftags[i].length ? in main()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalexif.cpp117 static const EXIFTagDesc exiftags [] = {
540 for ( const EXIFTagDesc *poExifTags = exiftags;
1555 for(size_t i = 0; exiftags[i].name[0] != '\0'; i++ )
1557 if( exiftags[i].datatype == TIFF_NOTYPE )
1560 exiftags[i].name,
1561 exiftags[i].tag,
1562 exiftags[i].datatype == TIFF_BYTE ? "BYTE" :
1563 exiftags[i].datatype == TIFF_ASCII ? "ASCII" :
1566 exiftags[i].datatype == TIFF_LONG ? "LONG" :
1570 exiftags[i].length ?
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp117 static const EXIFTagDesc exiftags [] = { variable
540 for ( const EXIFTagDesc *poExifTags = exiftags; in EXIFExtractMetadata()
1555 for(size_t i = 0; exiftags[i].name[0] != '\0'; i++ ) in main()
1557 if( exiftags[i].datatype == TIFF_NOTYPE ) in main()
1560 exiftags[i].name, in main()
1561 exiftags[i].tag, in main()
1562 exiftags[i].datatype == TIFF_BYTE ? "BYTE" : in main()
1563 exiftags[i].datatype == TIFF_ASCII ? "ASCII" : in main()
1566 exiftags[i].datatype == TIFF_LONG ? "LONG" : in main()
1570 exiftags[i].length ? in main()
[all …]
/dports/graphics/exiftags/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=exiftags-1.01.tar.gz
/dports/graphics/p5-Image-LibExif/Image-LibExif-0.04/
H A DREADME26 exiftags in XS. I've encounter a lot segfaults there.
/dports/graphics/metacam/metacam-1.2/
H A DMakefile33 LIBOBJS=rationals.o exiftags.o \

12