Hi folks, if i load a jpeg image with metatdata, such as XMP or Exif, using loadImage and then save the image using saveImage it seems the original metadata is destroyed and replaced with a new more limited metadata. What i am doing is loading images from the net, showing them on screen, with the hope of also showing image meatadata such as Fstop, exposure, description, photographer etc. I guess i could use loadBytes -> saveBytes to bring the original image local then loadImage from the local file and skip the saveImage.
But it does seem odd that loading an image using loadImage() destroys part of that image, i would have thought that a primary image manipulation mantra was "be non-destructive".
Or maybe i am totally screwing it up?
kindest
nik
1