libvips/libvips
Water Liu bba03a10d7 Should use exif_tag_name_in_ifd() instead of exif_tag_get_name()
vipsheader -a path/to/foo.jpg
...
exif-ifd2-ExifVersion: Exif Version 2.21 (Exif Version 2.21, Undefined, 4 components, 4 bytes)
...
exif-ifd3-InteroperabilityIndex: N (N, ASCII, 2 components, 2 bytes)
exif-ifd3-InteroperabilityVersion: 40/1 1/1 58/100 (40,  1, 0.58, Rational, 3 components, 24 bytes)

The above two tag name are incorrect, should be:

exif-ifd3-GPSLatitudeRef: N (N, ASCII, 2 components, 2 bytes)
exif-ifd3-GPSLatitude: 40/1 1/1 58/100 (40,  1, 0.58, Rational, 3 components, 24 bytes)

Signed-off-by: Water Liu <water@yunify.com>
2018-07-09 11:14:12 +08:00
..
arithmetic fix some compiler warnings 2018-06-01 19:44:43 +01:00
colour tweak type guesser for icc import 2018-05-14 11:00:32 +01:00
conversion Fix missing vips_addalpha() docs 2018-06-13 11:17:45 +02:00
convolution Fix convolution vector path posterization 2018-06-13 17:18:55 +02:00
create use VIPS_PI instead of M_PI as the former is already defined, added missing includes with their macro protection 2018-05-31 13:50:50 +02:00
deprecated remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
draw seems to work 2017-11-01 13:16:36 +00:00
foreign Should use exif_tag_name_in_ifd() instead of exif_tag_get_name() 2018-07-09 11:14:12 +08:00
freqfilt Update GObject instrospection annotations for libvips/freqfilt directory 2017-09-30 22:24:53 +01:00
fuzz Merge branch '8.5' 2017-07-29 10:40:44 +01:00
histogram hist_plot fixup 2018-05-16 15:26:20 +01:00
include add changelog notes for region_shrink 2018-06-13 17:36:36 +01:00
iofuncs fix vipssave on macOS 2018-06-13 21:33:52 +01:00
morphology remove vips7 stuff from API 2018-05-16 15:08:21 +01:00
mosaicing use VIPS_PI instead of M_PI as the former is already defined, added missing includes with their macro protection 2018-05-31 13:50:50 +02:00
resample add Mitchell kernel 2018-06-12 12:55:10 +01:00
dummy.c merge gtkdoc branch 2009-08-16 15:00:08 +00:00
introspect.c fix up introspect program 2014-12-20 10:28:30 +00:00
Makefile.am remove vips7 stuff from API 2018-05-16 15:08:21 +01:00