Skip to main content
Question

Integrate EXIF info in a JPEG without writing new files ?

  • October 8, 2024
  • 1 reply
  • 31 views

philippeb
Enthusiast
Forum|alt.badge.img+22

Hi FME Universe,

Is it possible with FME to integrate EXIF info in a JPEG file without writing a new file?

Is FME able to integrate EXIF info in the original JPEG?

My first thought is no but maybe I’m wrong?!

Thanks!

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+61

I do not know of a native way to do this. If I needed this I would try to solve it using Python. ChatGPT suggests Pillow and piexif, but I have not tried this.