Home
last modified time | relevance | path

Searched refs:OrientTab (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/pho/pho/exif/
H A Djhead.h39 extern char * OrientTab[];
H A Dphoexif.c77 return OrientTab[ImageInfo.Orientation]; in ExifGetString()
H A Dexif.c796 char * OrientTab[9] = { variable
842 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]); in ShowImageInfo()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dexif.c971 static const char * OrientTab[9] = { in exif_showImageInfo() local
984 OrientTab[imageInfoP->Orientation]); in exif_showImageInfo()
/dports/graphics/jhead/jhead-3.06.0.1/
H A Dexif.c63 static const char * OrientTab[9] = { variable
1268 return OrientTab[ImageInfo.Orientation]; in ClearOrientation()
1342 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]); in ShowImageInfo()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/jhead-3.04/
H A Dexif.c63 static const char * OrientTab[9] = { variable
1249 return OrientTab[ImageInfo.Orientation]; in ClearOrientation()
1323 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]); in ShowImageInfo()
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dexif.c66 static const char * OrientTab[9] = { variable
1175 return OrientTab[ImageInfo.Orientation];
1280 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]);