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!
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!
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.