ART does not save EXIFs

ART 1.17.2 does not save exif.

There is exif metadata in .arp file, which is saved with image. But when I look exif metadata by clicking right mouse “properties → detail”, there is no metadata.

Metadata saving mode and check marks are set correctly.

OS is Win10. ART 1.16.4 works correctly.

What am I doing wrong with 1.17.2?

What app are you using to view the metadata? Windows Explorer?

I’m on Windows 11 but for example, this image (IMG_5372.CR3) was edited in ART 1.17.2. Both the raw file and the output TIFF have EXIF, at least (although there are fewer tags in the TIFF).:

C:\data\images\Our-photos\20221214_raingauge>exiv2 -P E IMG_5372.CR3 | head
Exif.Image.ImageWidth                        Short       1  6000
Exif.Image.ImageLength                       Short       1  4000
Exif.Image.BitsPerSample                     Short       3  8 8 8
Exif.Image.Compression                       Short       1  JPEG (old-style)
Exif.Image.Make                              Ascii       6  Canon
Exif.Image.Model                             Ascii      20  Canon EOS Rebel T8i
Exif.Image.Orientation                       Short       1  left, bottom
Exif.Image.XResolution                       Rational    1  72
Exif.Image.YResolution                       Rational    1  72
Exif.Image.ResolutionUnit                    Short       1  inch

C:\data\images\Our-photos\20221214_raingauge>exiv2 -P E .\converted\IMG_5372.tif | head
Exif.Image.ImageWidth                        Short       1  2673
Exif.Image.ImageLength                       Short       1  4008
Exif.Image.BitsPerSample                     Short       3  16 16 16
Exif.Image.Compression                       Short       1  Uncompressed
Exif.Image.PhotometricInterpretation         Short       1  RGB
Exif.Image.Make                              Ascii       6  Canon
Exif.Image.Model                             Ascii      14  EOS Rebel T8i
Exif.Image.StripOffsets                      Long        1  4012
Exif.Image.Orientation                       Short       1  top, left
Exif.Image.SamplesPerPixel                   Short       1  3
C:\data\images\Our-photos\20221214_raingauge>exiv2 -P E IMG_5372.CR3 | wc -l
183

C:\data\images\Our-photos\20221214_raingauge>exiv2 -P E .\converted\IMG_5372.tif | wc -l
33

And likewise if I select the TIFF in Windows Explorer, right click, select Properties and then the Detail tab, there’s metadata there. If I open the TIFF in ART, there’s metadata.

image

image

Or are you trying something else?

Hi,

I don’t know, sounds like a bug. Can you share a raw and arp to reproduce?

Thanks!

W10

1.17.2

xnviewmp_GlsCbtAhNS

1.16.3

xnviewmp_xNrlPlGWfq

I cannot really see the difference